Class 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

      Fields 
      Modifier and Type Field Description
      java.lang.String classname  
      int oid  
    • Constructor Summary

      Constructors 
      Constructor Description
      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)