Class RemoteRef

java.lang.Object
javassist.tools.rmi.RemoteRef
All Implemented Interfaces:
Serializable

public class RemoteRef extends Object implements Serializable
Remote reference. This class is internally used for sending a remote reference through a network stream.
See Also:
  • Field Details

    • oid

      public int oid
    • classname

      public String classname
  • Constructor Details

    • RemoteRef

      public RemoteRef(int i)
    • RemoteRef

      public RemoteRef(int i, String name)