|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StubHandler
This class is the interface for instances of POAStub. When a client calls a remote method, this is translated to a call to the invoke() method in this class.
| Method Summary | |
|---|---|
Object |
invoke(RMIStub stub,
MethodDescriptor method,
Object[] args)
Invocation method for an method call. |
Object |
stubWriteReplace(RMIStub stub)
Handle a writeReplace operation on a Stub. |
| Method Detail |
|---|
Object invoke(RMIStub stub,
MethodDescriptor method,
Object[] args)
throws Throwable
stub - The stub object used to catch the call.method - The descriptor for the method being invoked.args - The arguments passed to the method.
ThrowableObject stubWriteReplace(RMIStub stub)
stub - The source RMIStub.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||