Searched defs:UnicastRef (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastRef.java53 public class UnicastRef implements RemoteRef { class in inherits:RemoteRef
75 public UnicastRef() { method in class:UnicastRef
81 public UnicastRef(LiveRef liveRef) { method in class:UnicastRef
86 * Returns the current value of this UnicastRef's underlying
90 * this method (as it is inherited by UnicastRef) in the
474 return "UnicastRef";
513 if (sub instanceof UnicastRef)
514 return ref.remoteEquals(((UnicastRef)sub).ref);

Completed in 118 milliseconds