org.apache.openejb.server.ejbd
Class CallContext
java.lang.Object
org.apache.openejb.server.ejbd.CallContext
public class CallContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallContext
public CallContext()
reset
public void reset()
get
public <T> T get(Class<T> type)
set
public <T> T set(Class<T> type,
T value)
getDeploymentInfo
public DeploymentInfo getDeploymentInfo()
setDeploymentInfo
public void setDeploymentInfo(DeploymentInfo info)
setServerMetaData
public void setServerMetaData(ServerMetaData serverMetaData)
getServerMetaData
public ServerMetaData getServerMetaData()
getEJBRequest
public EJBRequest getEJBRequest()
setEJBRequest
public void setEJBRequest(EJBRequest request)
setCallContext
public static void setCallContext(CallContext ctx)
getCallContext
public static CallContext getCallContext()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.