|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openejb.server.ejbd.CallContext
public class CallContext
| Field Summary | |
|---|---|
protected DeploymentInfo |
deploymentInfo
The deploymentInfo of the bean executed |
protected EJBRequest |
request
The EJBRequest object from the client |
protected static FastThreadLocal |
threads
Hashtable of threads executing in this server |
| Constructor Summary | |
|---|---|
CallContext()
Constructs a new CallContext |
|
| Method Summary | |
|---|---|
static CallContext |
getCallContext()
Gets the CallContext assigned to the current thread |
DeploymentInfo |
getDeploymentInfo()
Returns the DeploymentInfo assigned to this CallContext |
EJBRequest |
getEJBRequest()
Returns the EJBRequest this thread is satisfying. |
void |
reset()
Invalidates the data in this CallContext |
static void |
setCallContext(CallContext ctx)
Sets the CallContext assigned to the current thread with the CallContext instance passed in |
void |
setDeploymentInfo(DeploymentInfo info)
Sets the DeploymentInfo assigned to this CallContext |
void |
setEJBRequest(EJBRequest request)
Sets the EJBRequest this thread is satisfying. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final FastThreadLocal threads
protected DeploymentInfo deploymentInfo
protected EJBRequest request
| Constructor Detail |
|---|
public CallContext()
| Method Detail |
|---|
public void reset()
public DeploymentInfo getDeploymentInfo()
public void setDeploymentInfo(DeploymentInfo info)
info - public EJBRequest getEJBRequest()
public void setEJBRequest(EJBRequest request)
request - public static void setCallContext(CallContext ctx)
ctx - public static CallContext getCallContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||