Package javassist.tools.rmi
Class Sample
- java.lang.Object
-
- javassist.tools.rmi.Sample
-
public class Sample extends Object
A template used for defining a proxy class. The class file of this class is read by theStubGenerator
class.
-
-
Constructor Summary
Constructors Constructor Description Sample()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
forward(Object[] args, int identifier)
static Object
forwardStatic(Object[] args, int identifier)
-
-
-
Method Detail
-
forwardStatic
public static Object forwardStatic(Object[] args, int identifier) throws RemoteException
- Throws:
RemoteException
-
-