Uses of Interface
org.apache.openejb.client.Request

Packages that use Request
org.apache.openejb.client   
 

Uses of Request in org.apache.openejb.client
 

Subinterfaces of Request in org.apache.openejb.client
 interface ClusterableRequest
           
 

Classes in org.apache.openejb.client that implement Request
 class AuthenticationRequest
           
 class EJBRequest
           
 class JNDIRequest
           
 

Methods in org.apache.openejb.client with parameters of type Request
 Connection ServerMetaData.connect(Request request)
           
 Connection ConnectionFactoryStrategy.connect(URI[] locations, Request request)
           
 Connection StickToLastServerConnectionFactoryStrategy.connect(URI[] locations, Request request)
           
protected  Response Client.processRequest(Request req, Response res, ServerMetaData server)
           
static Response Client.request(Request req, Response res, ServerMetaData server)
           
 



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