|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.invocation.Invocation org.jboss.invocation.LocalEJBInvocation
Optimized invocation object for Local interface invocations
Field Summary |
Fields inherited from class org.jboss.invocation.Invocation |
args, as_is_payload, invocationContext, invocationType, INVOKE_SIGNATURE, method, objectName, payload, transient_payload |
Constructor Summary | |
LocalEJBInvocation()
|
|
LocalEJBInvocation(Object id,
Method m,
Object[] args,
Transaction tx,
Principal identity,
Object credential)
|
Method Summary | |
Object |
getCredential()
|
Object |
getEnterpriseContext()
|
Object |
getId()
|
Principal |
getPrincipal()
|
Transaction |
getTransaction()
get the transaction. |
void |
setCredential(Object credential)
Change the security credentials of this invocation. |
void |
setEnterpriseContext(Object enterpriseContext)
|
void |
setId(Object id)
Return the invocation target ID. |
void |
setPrincipal(Principal principal)
Change the security identity of this invocation. |
void |
setTransaction(Transaction tx)
set the transaction. |
Methods inherited from class org.jboss.invocation.Invocation |
getArguments, getAsIsPayload, getAsIsValue, getInvocationContext, getMethod, getObjectName, getPayload, getPayloadValue, getTransientPayload, getTransientValue, getType, getValue, isLocal, performCall, setArguments, setInvocationContext, setMethod, setObjectName, setType, setValue, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocalEJBInvocation()
public LocalEJBInvocation(Object id, Method m, Object[] args, Transaction tx, Principal identity, Object credential)
Method Detail |
public void setTransaction(Transaction tx)
Invocation
setTransaction
in class Invocation
public Transaction getTransaction()
Invocation
getTransaction
in class Invocation
public Object getCredential()
getCredential
in class Invocation
public void setCredential(Object credential)
Invocation
setCredential
in class Invocation
public Principal getPrincipal()
getPrincipal
in class Invocation
public void setPrincipal(Principal principal)
Invocation
setPrincipal
in class Invocation
public Object getEnterpriseContext()
getEnterpriseContext
in class Invocation
public void setEnterpriseContext(Object enterpriseContext)
setEnterpriseContext
in class Invocation
public Object getId()
getId
in class Invocation
public void setId(Object id)
Invocation
setId
in class Invocation
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |