org.apache.openejb.client
Class Client
java.lang.Object
org.apache.openejb.client.Client
public class Client
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
failed
public static final ThreadLocal<Set<URI>> failed
Client
public Client()
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.