org.apache.openejb.client
Class Client
java.lang.Object
org.apache.openejb.client.Client
public class Client
- extends java.lang.Object
Field Summary |
static java.lang.ThreadLocal<java.util.Set<java.net.URI>> |
failed
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
failed
public static final java.lang.ThreadLocal<java.util.Set<java.net.URI>> failed
Client
public Client()
addRetryCondition
public static boolean addRetryCondition(java.lang.Class<? extends java.lang.Throwable> throwable)
removeRetryCondition
public static boolean removeRetryCondition(java.lang.Class<? extends java.lang.Throwable> throwable)
setClient
public static void setClient(Client client)
request
public static Response request(Request req,
Response res,
ServerMetaData server)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
processRequest
protected Response processRequest(Request req,
Response res,
ServerMetaData server)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getFailed
public static java.util.Set<java.net.URI> getFailed()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.