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

java.lang.Object
  extended by org.jboss.invocation.Invocation
      extended by org.jboss.invocation.LocalEJBInvocation
          extended by org.jboss.ejb.plugins.cmp.jdbc.bridge.CMRInvocation

public final class CMRInvocation
extends LocalEJBInvocation

Optimized invocation object for local CMR invocations

Version:
$Revision: 57209 $
Author:
Bill Burke

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
CMRInvocation()
           
 
Method Summary
 CMRMessage getCmrMessage()
           
 Entrancy getEntrancy()
           
 void setCmrMessage(CMRMessage cmrMessage)
           
 void setEntrancy(Entrancy entrancy)
           
 
Methods inherited from class org.jboss.invocation.LocalEJBInvocation
getCredential, getEnterpriseContext, getId, getPrincipal, getTransaction, setCredential, setEnterpriseContext, setId, setPrincipal, setTransaction
 
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

CMRInvocation

public CMRInvocation()
Method Detail

getEntrancy

public Entrancy getEntrancy()

setEntrancy

public void setEntrancy(Entrancy entrancy)

getCmrMessage

public CMRMessage getCmrMessage()

setCmrMessage

public void setCmrMessage(CMRMessage cmrMessage)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.