classUtils.javassist.rmi
Class Sample

java.lang.Object
  extended by classUtils.javassist.rmi.Sample

public class Sample
extends java.lang.Object

A template used for defining a proxy class. The class file of this class is read by the StubGenerator class.


Constructor Summary
Sample()
           
 
Method Summary
 java.lang.Object forward(java.lang.Object[] args, int identifier)
           
static java.lang.Object forwardStatic(java.lang.Object[] args, int identifier)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sample

public Sample()
Method Detail

forward

public java.lang.Object forward(java.lang.Object[] args,
                                int identifier)

forwardStatic

public static java.lang.Object forwardStatic(java.lang.Object[] args,
                                             int identifier)
                                      throws RemoteException
Throws:
RemoteException