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

/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUnicastRef2.java35 * class and its getLiveRef method (inherited from UnicastRef) in the
38 public class UnicastRef2 extends UnicastRef {
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);
H A DUnicastServerRef.java63 * behavior for remote objects exported with the "UnicastRef" reference
70 public class UnicastServerRef extends UnicastRef
507 return new UnicastRef(ref);
/openjdk7/jdk/src/share/classes/java/rmi/registry/
H A DLocateRegistry.java36 import sun.rmi.server.UnicastRef;
168 * null, then the ref type is a UnicastRef, otherwise the ref type
180 (csf == null) ? new UnicastRef(liveRef) : new UnicastRef2(liveRef);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DStreamRemoteCall.java40 import sun.rmi.server.UnicastRef;
143 /* WARNING: Currently, the UnicastRef.java invoke methods rely
288 if (UnicastRef.clientCallLog.isLoggable(Log.BRIEF)) {
291 UnicastRef.clientCallLog.log(Log.BRIEF, "outbound call " +
308 /* WARNING: Currently, the UnicastRef.java invoke methods rely
H A DDGCImpl.java50 import sun.rmi.server.UnicastRef;
296 new UnicastRef(ref), true);
H A DDGCClient.java45 import sun.rmi.server.UnicastRef;
242 new UnicastRef(dgcRef), true);
/openjdk7/jdk/test/java/rmi/registry/interfaceHash/
H A DInterfaceHash.java55 import sun.rmi.server.UnicastRef;
74 RemoteRef ref = new UnicastRef(
/openjdk7/jdk/test/java/rmi/server/useCustomRef/
H A DUseCustomRef.java193 public static class CustomRef extends sun.rmi.server.UnicastRef {
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java77 import sun.rmi.server.UnicastRef;
801 ((UnicastRef) ((RemoteObject) registry).getRef()).getLiveRef().getPort();

Completed in 41 milliseconds