Type safe enumeration used for keys in the Invocation object. This relies
on an integer id as the identity for a key. When you add a new key enum
value you must assign it an ordinal value of the current MAX_KEY_ID+1 and
update the MAX_KEY_ID value.
author: Scott.Stark@jboss.org version: $Revision: 57209 $