Class 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:
    Serialized Form
    • Field Detail

      • oid

        public int oid
      • classname

        public String classname
    • Constructor Detail

      • RemoteRef

        public RemoteRef​(int i)
      • RemoteRef

        public RemoteRef​(int i,
                         String name)