|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use InvocationKey | |
org.jboss.invocation |
Uses of InvocationKey in org.jboss.invocation |
Fields in org.jboss.invocation declared as InvocationKey | |
static InvocationKey |
InvocationKey.TRANSACTION
Transactional information with the invocation. |
static InvocationKey |
InvocationKey.PRINCIPAL
Security principal assocated with this invocation. |
static InvocationKey |
InvocationKey.CREDENTIAL
Security credential assocated with this invocation. |
static InvocationKey |
InvocationKey.SUBJECT
Any authenticated Subject associated with the invocation |
static InvocationKey |
InvocationKey.OBJECT_NAME
We can keep a reference to an abstract "container" this invocation is associated with. |
static InvocationKey |
InvocationKey.TYPE
The type can be any qualifier for the invocation, anything (used in EJB). |
static InvocationKey |
InvocationKey.CACHE_ID
The Cache-ID associates an instance in cache somewhere on the server with this invocation. |
static InvocationKey |
InvocationKey.METHOD
The invocation can be a method invocation, we give the method to call. |
static InvocationKey |
InvocationKey.ARGUMENTS
The arguments of the method to call. |
static InvocationKey |
InvocationKey.INVOCATION_CONTEXT
Invocation context |
static InvocationKey |
InvocationKey.ENTERPRISE_CONTEXT
Enterprise context |
static InvocationKey |
InvocationKey.INVOKER_PROXY_BINDING
The invoker-proxy binding name |
static InvocationKey |
InvocationKey.INVOKER
The invoker |
static InvocationKey |
InvocationKey.JNDI_NAME
The JNDI name of the EJB. |
static InvocationKey |
InvocationKey.EJB_METADATA
The EJB meta-data for the EJBHome reference. |
static InvocationKey |
InvocationKey.EJB_HOME
The EJB home proxy bound for use by getEJBHome |
static InvocationKey |
InvocationKey.SOAP_MESSAGE_CONTEXT
The SOAP Message Context that is available to the SLSB during a service endpoint invocation |
static InvocationKey |
InvocationKey.SOAP_MESSAGE
The SOAP Message that is available to the SLSB during a service endpoint invocation |
static InvocationKey |
InvocationKey.JACC_CONTEXT_ID
The JAAC context id associated with the invocatio |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |