org.apache.geronimo.yoko
Class RMIStubHandler
java.lang.Object
org.apache.yoko.rmi.impl.RMIStubHandler
org.apache.geronimo.yoko.RMIStubHandler
- All Implemented Interfaces:
- Serializable, org.apache.yoko.rmi.impl.StubHandler
public class RMIStubHandler
- extends org.apache.yoko.rmi.impl.RMIStubHandler
This class is the InvocationHandler for instances of POAStub. When a client
calls a remote method, this is translated to a call to the invoke() method in
this class.
- See Also:
- Serialized Form
Method Summary |
Object |
invoke(org.apache.yoko.rmi.impl.RMIStub stub,
org.apache.yoko.rmi.impl.MethodDescriptor method,
Object[] args)
|
Methods inherited from class org.apache.yoko.rmi.impl.RMIStubHandler |
stubWriteReplace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMIStubHandler
public RMIStubHandler()
invoke
public Object invoke(org.apache.yoko.rmi.impl.RMIStub stub,
org.apache.yoko.rmi.impl.MethodDescriptor method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface org.apache.yoko.rmi.impl.StubHandler
- Overrides:
invoke
in class org.apache.yoko.rmi.impl.RMIStubHandler
- Throws:
Throwable
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.