Print this page


Split Close
Expand all
Collapse all
          --- old/src/share/classes/sun/rmi/server/UnicastRef2.java
          +++ new/src/share/classes/sun/rmi/server/UnicastRef2.java
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29  import java.io.ObjectInput;
  30   30  import java.io.ObjectOutput;
  31   31  import sun.rmi.transport.LiveRef;
  32   32  
  33   33  /**
  34   34   * NOTE: There is a JDK-internal dependency on the existence of this
  35   35   * class and its getLiveRef method (inherited from UnicastRef) in the
  36   36   * implementation of javax.management.remote.rmi.RMIConnector.
  37   37   **/
  38   38  public class UnicastRef2 extends UnicastRef {
       39 +    private static final long serialVersionUID = 1829537514995881838L;
  39   40  
  40   41      /**
  41   42       * Create a new (empty) Unicast remote reference.
  42   43       */
  43   44      public UnicastRef2()
  44   45      {}
  45   46  
  46   47      /**
  47   48       * Create a new Unicast RemoteRef.
  48   49       */
↓ open down ↓ 31 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX