org.jboss.ejb.plugins.cmp.jdbc.bridge
Class CMRInvocation

java.lang.Object
  extended byorg.jboss.invocation.Invocation (src) 
      extended byorg.jboss.invocation.LocalEJBInvocation (src) 
          extended byorg.jboss.ejb.plugins.cmp.jdbc.bridge.CMRInvocation

public final class CMRInvocation
extends LocalEJBInvocation (src)

Optimized invocation object for local CMR invocations


Field Summary
 
Fields inherited from class org.jboss.invocation.Invocation (src)
args, as_is_payload, invocationContext, invocationType, INVOKE_SIGNATURE, method, objectName, payload, transient_payload
 
Constructor Summary
CMRInvocation()
           
 
Method Summary
 CMRMessage (src) getCmrMessage()
           
 Entrancy (src) getEntrancy()
           
 void setCmrMessage(CMRMessage (src)  cmrMessage)
           
 void setEntrancy(Entrancy (src)  entrancy)
           
 
Methods inherited from class org.jboss.invocation.LocalEJBInvocation (src)
getCredential, getEnterpriseContext, getId, getPrincipal, getTransaction, setCredential, setEnterpriseContext, setId, setPrincipal, setTransaction
 
Methods inherited from class org.jboss.invocation.Invocation (src)
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

CMRInvocation

public CMRInvocation()
Method Detail

getEntrancy

public Entrancy (src)  getEntrancy()

setEntrancy

public void setEntrancy(Entrancy (src)  entrancy)

getCmrMessage

public CMRMessage (src)  getCmrMessage()

setCmrMessage

public void setCmrMessage(CMRMessage (src)  cmrMessage)