|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.net.proxy.Proxy
public abstract class Proxy
The Proxy
class is the common superclass for client proxies to
remote objects.
Delegate
,
Serialized FormConstructor Summary | |
---|---|
protected |
Proxy(Delegate delegate)
Construct a new Proxy |
Method Summary | |
---|---|
void |
disposeProxy()
Dispose this proxy, releasing any allocated resources. |
protected java.lang.Object |
invoke(java.lang.reflect.Method method,
java.lang.Object[] args,
long methodID)
Invoke a remote method via the delegate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Proxy(Delegate delegate)
Proxy
delegate
- the delegate used to perform invocationsMethod Detail |
---|
public void disposeProxy()
protected java.lang.Object invoke(java.lang.reflect.Method method, java.lang.Object[] args, long methodID) throws java.lang.Throwable
method
- the method to invokeargs
- the arguments to supply to the methodmethodID
- a unique identifier for the method
java.lang.Throwable
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |