Uses of Class
org.openejb.client.EJBRequest

Packages that use EJBRequest
org.openejb.client The core classes of the container system implementing the interfaces defined by the OpenEJB server. 
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
 

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
protected  DeploymentInfo EjbDaemon.getDeployment(EJBRequest req)
           
 DeploymentInfo DeploymentIndex.getDeployment(EJBRequest req)
           
 void CallContext.setEJBRequest(EJBRequest request)
          Sets the EJBRequest this thread is satisfying.
 



Copyright © 1999-2011 OpenEJB. All Rights Reserved.