org.apache.yoko.rmi.util.stub
Interface Stub


public interface Stub

Interface implemented by stub classes. Surprise!

For now, this plays no significant role; but we may use it in the future to handle serialization of stubs.


Field Summary
static Object[] noarg
          Object array used for calling methods with no arguments
 
Method Summary
 Object ____getTriforkStubHandler()
          Get the stub handler object.
 

Field Detail

noarg

static final Object[] noarg
Object array used for calling methods with no arguments

Method Detail

____getTriforkStubHandler

Object ____getTriforkStubHandler()
Get the stub handler object. This method is generated separately for each stub method.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.