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

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DLiveRef.java44 public class LiveRef implements Cloneable { class in inherits:Cloneable
63 public LiveRef(ObjID objID, Endpoint endpoint, boolean isLocal) { method in class:LiveRef
73 public LiveRef(int port) { method in class:LiveRef
81 public LiveRef(int port, method in class:LiveRef
92 public LiveRef(ObjID objID, int port) { method in class:LiveRef
100 public LiveRef(ObjID objID, int port, RMIClientSocketFactory csf, method in class:LiveRef
111 LiveRef newRef = (LiveRef) super.clone();
181 if (obj != null && obj instanceof LiveRef) {
182 LiveRef re
[all...]

Completed in 29 milliseconds