Javassist 3.15.0-GA-redhat-2

javassist.tools.rmi
Class Sample

java.lang.Object
  extended by 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 the StubGenerator class.


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

Constructor Detail

Sample

public Sample()
Method Detail

forward

public Object forward(Object[] args,
                      int identifier)

forwardStatic

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

Javassist 3.15.0-GA-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.