站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

CMRInvocation (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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

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

public final class CMRInvocation
extends LocalEJBInvocation

Optimized invocation object for local CMR invocations

Version:
$Revision: 1.4 $
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.