|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EJBRequest | |
org.openejb.client | |
org.openejb.server.ejbd |
Uses of EJBRequest in org.openejb.client |
Fields in org.openejb.client declared as EJBRequest | |
protected EJBRequest |
EJBInvocationHandler.request
TODO: Add comments |
Methods in org.openejb.client with parameters of type EJBRequest | |
protected EJBResponse |
EJBInvocationHandler.request(EJBRequest req)
|
Uses of EJBRequest in org.openejb.server.ejbd |
Subclasses of EJBRequest in org.openejb.server.ejbd | |
class |
EJBInvocationStream
|
Fields in org.openejb.server.ejbd declared as EJBRequest | |
protected EJBRequest |
CallContext.request
The EJBRequest object from the client |
Methods in org.openejb.server.ejbd that return EJBRequest | |
EJBRequest |
CallContext.getEJBRequest()
Returns the EJBRequest this thread is satisfying. |
Methods in org.openejb.server.ejbd with parameters of type EJBRequest | |
void |
CallContext.setEJBRequest(EJBRequest request)
Sets the EJBRequest this thread is satisfying. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |