org.jboss.ejb3.core.proxy.spi
Class CurrentRemoteProxyFactory

java.lang.Object
  extended by org.jboss.ejb3.core.proxy.spi.CurrentRemoteProxyFactory

public class CurrentRemoteProxyFactory
extends java.lang.Object

Allows you to specify a ProxyFactory to use for creating the remote proxies.


Constructor Summary
CurrentRemoteProxyFactory()
           
 
Method Summary
static RemoteProxyFactory get()
           
static
<T extends RemoteProxyFactory>
T
get(java.lang.Class<T> type)
           
static boolean isSet()
           
static void remove()
           
static void set(RemoteProxyFactory factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentRemoteProxyFactory

public CurrentRemoteProxyFactory()
Method Detail

get

public static RemoteProxyFactory get()

get

public static <T extends RemoteProxyFactory> T get(java.lang.Class<T> type)

isSet

public static boolean isSet()

remove

public static void remove()

set

public static void set(RemoteProxyFactory factory)