| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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, 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 Invocationpublic Transaction getTransaction()
Invocation
getTransaction in class Invocationpublic Object getCredential()
getCredential in class Invocationpublic void setCredential(Object credential)
Invocation
setCredential in class Invocationpublic Principal getPrincipal()
getPrincipal in class Invocationpublic void setPrincipal(Principal principal)
Invocation
setPrincipal in class Invocationpublic Object getEnterpriseContext()
getEnterpriseContext in class Invocationpublic void setEnterpriseContext(Object enterpriseContext)
setEnterpriseContext in class Invocationpublic Object getId()
getId in class Invocationpublic 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 | ||||||||||