|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjgroup.relacs.rmi.Exporter
public class Exporter
Constructor Summary | |
---|---|
Exporter()
|
Method Summary | |
---|---|
static java.rmi.Remote |
getProxy(java.lang.Class[] interfaces,
java.lang.reflect.InvocationHandler handler)
Returns a proxy object for set of specified interfaces, using the specified invocation handler. |
static java.rmi.Remote |
getProxy(java.lang.Class serverClass,
java.lang.reflect.InvocationHandler handler)
Returns a proxy object for the specified server class, using the specified invocation handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Exporter()
Method Detail |
---|
public static java.rmi.Remote getProxy(java.lang.Class serverClass, java.lang.reflect.InvocationHandler handler) throws java.rmi.RemoteException
serverClass
does not implement any external interface
(i.e., an interface that extends jgroup.core.ExternalGMIListener), a
RemoteException
is thrown.
java.rmi.RemoteException
- Thrown if for some reason, it is impossible to
instantiate a proxy class.public static java.rmi.Remote getProxy(java.lang.Class[] interfaces, java.lang.reflect.InvocationHandler handler) throws java.rmi.RemoteException
java.rmi.RemoteException
- Thrown if for some reason, it is impossible to
instantiate a proxy class.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |