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()
addEventObserver
public static void addEventObserver(Object observer)
removeEventObserver
public static void removeEventObserver(Object observer)
fireEvent
public static void fireEvent(Object event)
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()
getContext
public static Client.Context getContext(ServerMetaData serverMetaData)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.