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

/openjdk7/jdk/test/java/rmi/registry/multipleRegistries/
H A DMultipleRegistries.java40 public class MultipleRegistries implements RemoteInterface {
50 RemoteInterface server = null;
51 RemoteInterface proxy = null;
57 (RemoteInterface) UnicastRemoteObject.exportObject(server, 0);
75 RemoteInterface remote1 = (RemoteInterface) registry1.lookup(NAME);
76 RemoteInterface remote2 = (RemoteInterface) registry2.lookup(NAME);
93 interface RemoteInterface extends Remote { interface in inherits:Remote
/openjdk7/jdk/test/java/rmi/server/RemoteObject/toStub/
H A DToStub.java42 public class ToStub implements RemoteInterface {
52 RemoteInterface server1 = null;
53 RemoteInterface server2 = null;
54 RemoteInterface stub = null;
55 RemoteInterface proxy = null;
67 stub = (RemoteInterface) UnicastRemoteObject.exportObject(server1);
68 proxy = (RemoteInterface)
118 interface RemoteInterface extends Remote { interface in inherits:Remote
H A DToStub_Stub.java29 implements RemoteInterface
37 $method_passObject_0 = RemoteInterface.class.getMethod("passObject", new java.lang.Class[] {java.lang.Object.class});
/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/useDynamicProxies/
H A DUseDynamicProxies.java42 public class UseDynamicProxies implements RemoteInterface {
59 RemoteInterface server = null;
60 RemoteInterface proxy = null;
73 (RemoteInterface) UnicastRemoteObject.exportObject(server, 0);
119 interface RemoteInterface extends Remote { interface in inherits:Remote
H A DUseDynamicProxies_Stub.java29 implements RemoteInterface
39 $method_passInt_0 = RemoteInterface.class.getMethod("passInt", new java.lang.Class[] {int.class});
40 $method_passObject_1 = RemoteInterface.class.getMethod("passObject", new java.lang.Class[] {java.lang.Object.class});
41 $method_passString_2 = RemoteInterface.class.getMethod("passString", new java.lang.Class[] {java.lang.String.class});

Completed in 62 milliseconds