javassist.tools.rmi

Class RemoteRef

public class RemoteRef extends Object implements Serializable

Remote reference. This class is internally used for sending a remote reference through a network stream.
Field Summary
Stringclassname
intoid
Constructor Summary
RemoteRef(int i)
RemoteRef(int i, String name)

Field Detail

classname

public String classname

oid

public int oid

Constructor Detail

RemoteRef

public RemoteRef(int i)

RemoteRef

public RemoteRef(int i, String name)
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.