|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.invocation.InvocationKey
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.
Field Summary | |
static InvocationKey (src) |
ARGUMENTS
The arguments of the method to call. |
static InvocationKey (src) |
CACHE_ID
The Cache-ID associates an instance in cache somewhere on the server with this invocation. |
static InvocationKey (src) |
CREDENTIAL
Security credential assocated with this invocation. |
static InvocationKey (src) |
EJB_HOME
The EJB home proxy bound for use by getEJBHome |
static InvocationKey (src) |
EJB_METADATA
The EJB meta-data for the EJBHome (src) reference. |
static InvocationKey (src) |
ENTERPRISE_CONTEXT
Enterprise context |
static InvocationKey (src) |
INVOCATION_CONTEXT
Invocation context |
static InvocationKey (src) |
INVOKER
The invoker |
static InvocationKey (src) |
INVOKER_PROXY_BINDING
The invoker-proxy binding name |
static InvocationKey (src) |
JACC_CONTEXT_ID
The JAAC context id associated with the invocatio |
static InvocationKey (src) |
JNDI_NAME
The JNDI name of the EJB. |
static InvocationKey (src) |
METHOD
The invocation can be a method invocation, we give the method to call. |
static InvocationKey (src) |
OBJECT_NAME
We can keep a reference to an abstract "container" this invocation is associated with. |
static InvocationKey (src) |
PRINCIPAL
Security principal assocated with this invocation. |
static InvocationKey (src) |
SOAP_MESSAGE
The SOAP Message that is available to the SLSB during a service endpoint invocation |
static InvocationKey (src) |
SOAP_MESSAGE_CONTEXT
The SOAP Message Context that is available to the SLSB during a service endpoint invocation |
static InvocationKey (src) |
SUBJECT
Any authenticated Subject associated with the invocation |
static InvocationKey (src) |
TRANSACTION
Transactional information with the invocation. |
static InvocationKey (src) |
TYPE
The type can be any qualifier for the invocation, anything (used in EJB). |
Method Summary | |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final InvocationKey (src) TRANSACTION
public static final InvocationKey (src) PRINCIPAL
public static final InvocationKey (src) CREDENTIAL
public static final InvocationKey (src) SUBJECT
public static final InvocationKey (src) OBJECT_NAME
public static final InvocationKey (src) TYPE
public static final InvocationKey (src) CACHE_ID
public static final InvocationKey (src) METHOD
public static final InvocationKey (src) ARGUMENTS
public static final InvocationKey (src) INVOCATION_CONTEXT
public static final InvocationKey (src) ENTERPRISE_CONTEXT
public static final InvocationKey (src) INVOKER_PROXY_BINDING
public static final InvocationKey (src) INVOKER
public static final InvocationKey (src) JNDI_NAME
public static final InvocationKey (src) EJB_METADATA
EJBHome
(src) reference.
public static final InvocationKey (src) EJB_HOME
public static final InvocationKey (src) SOAP_MESSAGE_CONTEXT
public static final InvocationKey (src) SOAP_MESSAGE
public static final InvocationKey (src) JACC_CONTEXT_ID
Method Detail |
public java.lang.String toString()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |