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  
      private static long serialVersionUID
      default serialVersionUID
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoteRef​(int i)  
      RemoteRef​(int i, java.lang.String name)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        default serialVersionUID
        See Also:
        Constant Field Values
      • 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)