classUtils.javassist.rmi
Class RemoteRef

java.lang.Object
  extended by classUtils.javassist.rmi.RemoteRef
All Implemented Interfaces:
java.io.Serializable

public class RemoteRef
extends java.lang.Object
implements java.io.Serializable

Remote reference. This class is internally used for sending a remote reference through a network stream.

See Also:
Serialized Form

Field Summary
 java.lang.String classname
           
 int oid
           
 
Constructor Summary
RemoteRef(int i)
           
RemoteRef(int i, java.lang.String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oid

public int oid

classname

public java.lang.String classname
Constructor Detail

RemoteRef

public RemoteRef(int i)

RemoteRef

public RemoteRef(int i,
                 java.lang.String name)