|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.server.ejbd.CallContext
TODO: Add comment
Field Summary | |
protected EJBContainer |
container
The container 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 |
EJBContainer |
getContainer()
Returns the EJBContainer 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 |
setContainer(EJBContainer container)
Sets the EJBContainer 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 FastThreadLocal threads
protected EJBContainer container
protected EJBRequest request
Constructor Detail |
public CallContext()
Method Detail |
public void reset()
public EJBContainer getContainer()
public void setContainer(EJBContainer container)
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 |