org.smallmind.quorum.transport.remote
Class RemoteProxyFactory
java.lang.Object
org.smallmind.quorum.transport.remote.RemoteProxyFactory
public class RemoteProxyFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteProxyFactory
public RemoteProxyFactory()
generateRemoteProxy
public static <C> C generateRemoteProxy(Class<C> endpointInterface,
String registryName)
throws UnknownHostException,
NoSuchMethodException,
NamingException,
RemoteException
- Throws:
UnknownHostException
NoSuchMethodException
NamingException
RemoteException
generateRemoteProxy
public static <C> C generateRemoteProxy(Class<C> endpointInterface,
String hostName,
String registryName)
throws NoSuchMethodException,
NamingException,
RemoteException
- Throws:
NoSuchMethodException
NamingException
RemoteException
Copyright © 2011. All Rights Reserved.