org.apache.openejb.client
Class Client

java.lang.Object
  extended by org.apache.openejb.client.Client

public class Client
extends Object


Field Summary
static ThreadLocal<Set<URI>> failed
           
 
Constructor Summary
Client()
           
 
Method Summary
static boolean addRetryCondition(Class<? extends Throwable> throwable)
           
static Set<URI> getFailed()
           
protected  Response processRequest(Request req, Response res, ServerMetaData server)
           
static boolean removeRetryCondition(Class<? extends Throwable> throwable)
           
static Response request(Request req, Response res, ServerMetaData server)
           
static void setClient(Client client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

failed

public static final ThreadLocal<Set<URI>> failed
Constructor Detail

Client

public Client()
Method Detail

addRetryCondition

public static boolean addRetryCondition(Class<? extends Throwable> throwable)

removeRetryCondition

public static boolean removeRetryCondition(Class<? extends Throwable> throwable)

setClient

public static void setClient(Client client)

request

public static Response request(Request req,
                               Response res,
                               ServerMetaData server)
                        throws RemoteException
Throws:
RemoteException

processRequest

protected Response processRequest(Request req,
                                  Response res,
                                  ServerMetaData server)
                           throws RemoteException
Throws:
RemoteException

getFailed

public static Set<URI> getFailed()


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