Searched refs:liveRef (Results 1 - 6 of 6) 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 + "]";
/openjdk7/jdk/src/share/classes/java/rmi/registry/
H A DLocateRegistry.java175 LiveRef liveRef =
180 (csf == null) ? new UnicastRef(liveRef) : new UnicastRef2(liveRef);
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DTestLibrary.java370 LiveRef liveRef = ((UnicastServerRef)remoteRef).getLiveRef();
371 Endpoint endpoint = liveRef.getChannel().getEndpoint();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DProxyClient.java185 LiveRef liveRef = ((UnicastRef2)ref).getLiveRef();
186 RMIClientSocketFactory csf = liveRef.getClientSocketFactory();
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java1867 LiveRef liveRef = ((UnicastRef2)ref).getLiveRef();
1868 RMIClientSocketFactory csf = liveRef.getClientSocketFactory();

Completed in 52 milliseconds