|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Delegate
The Delegate
interface supports the invocation of remote methods
over arbitrary transport protocols.
Proxy
Method Summary | |
---|---|
void |
dispose()
Dispose the delegate, releasing any resources. |
java.lang.Object |
invoke(java.lang.reflect.Method method,
java.lang.Object[] args,
long methodID)
Invoke a method. |
Method Detail |
---|
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 passmethodID
- the unique identifier for the method
java.lang.Throwable
- for any errorvoid dispose()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |