Searched refs:getLiveRef (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/rmi/testlibrary/
H A DTestLibrary.java370 LiveRef liveRef = ((UnicastServerRef)remoteRef).getLiveRef();
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastRef.java50 * class's getLiveRef method (as it is inherited by UnicastRef2) in
93 public LiveRef getLiveRef() { method in class:UnicastRef
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java801 ((UnicastRef) ((RemoteObject) registry).getRef()).getLiveRef().getPort();
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DProxyClient.java185 LiveRef liveRef = ((UnicastRef2)ref).getLiveRef();
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java1867 LiveRef liveRef = ((UnicastRef2)ref).getLiveRef();

Completed in 35 milliseconds