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

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastRef2.java50 public UnicastRef2(LiveRef liveRef) { argument
51 super(liveRef);
H A DUnicastRef.java81 public UnicastRef(LiveRef liveRef) { argument
82 ref = liveRef;
500 return Util.getUnqualifiedName(getClass()) + " [liveRef: " + ref + "]";

Completed in 30 milliseconds