org.jboss.ejb3.core.proxy.spi
Class CurrentRemoteProxyFactory
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentRemoteProxyFactory
public CurrentRemoteProxyFactory()
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)