org.apache.geronimo.yoko
Class RMIStubHandler

java.lang.Object
  extended by org.apache.yoko.rmi.impl.RMIStubHandler
      extended by 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

Constructor Summary
RMIStubHandler()
           
 
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
 

Constructor Detail

RMIStubHandler

public RMIStubHandler()
Method Detail

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-2008 The Apache Geronimo development community. All Rights Reserved.