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

/openjdk7/jdk/test/java/rmi/dgc/retryDirtyCalls/
H A DRetryDirtyCalls_Stub.java37 $method_getSelf_0 = Self.class.getMethod("getSelf", new java.lang.Class[] {});
51 // implementation of getSelf()
52 public Self getSelf() method in class:RetryDirtyCalls_Stub
H A DRetryDirtyCalls.java42 Self getSelf() throws RemoteException; method in interface:Self
56 public Self getSelf() { method in class:RetryDirtyCalls
97 * getSelf() method through RMI, which returns an equivalent stub
101 Self dgcStub = stub.getSelf();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DDynamicStubImpl.java73 public DynamicStub getSelf() method in class:DynamicStubImpl

Completed in 29 milliseconds