org.apache.openejb.client
Class Client

java.lang.Object
  extended by 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
           
 
Constructor Summary
Client()
           
 
Method Summary
static boolean addRetryCondition(java.lang.Class<? extends java.lang.Throwable> throwable)
           
static java.util.Set<java.net.URI> getFailed()
           
protected  Response processRequest(Request req, Response res, ServerMetaData server)
           
static boolean removeRetryCondition(java.lang.Class<? extends java.lang.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 java.lang.ThreadLocal<java.util.Set<java.net.URI>> failed
Constructor Detail

Client

public Client()
Method Detail

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.