javassist.tools.rmi

Class 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.
Method Summary
Objectforward(Object[] args, int identifier)
static ObjectforwardStatic(Object[] args, int identifier)

Method Detail

forward

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

forwardStatic

public static Object forwardStatic(Object[] args, int identifier)
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.