Uses of Class
org.apache.openejb.client.EJBRequest

Packages that use EJBRequest
org.apache.openejb.client   
org.apache.openejb.server.ejbd   
 

Uses of EJBRequest in org.apache.openejb.client
 

Fields in org.apache.openejb.client declared as EJBRequest
protected  EJBRequest EJBInvocationHandler.request
           
 

Methods in org.apache.openejb.client with parameters of type EJBRequest
protected  EJBResponse EJBInvocationHandler.request(EJBRequest req)
           
 

Uses of EJBRequest in org.apache.openejb.server.ejbd
 

Methods in org.apache.openejb.server.ejbd that return EJBRequest
 EJBRequest CallContext.getEJBRequest()
           
 

Methods in org.apache.openejb.server.ejbd with parameters of type EJBRequest
protected  DeploymentInfo EjbDaemon.getDeployment(EJBRequest req)
           
 DeploymentInfo DeploymentIndex.getDeployment(EJBRequest req)
           
 void CallContext.setEJBRequest(EJBRequest request)
           
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.