Searched refs:MyRemoteInterface (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/rmi/server/clientStackTrace/
H A DClientStackTrace.java46 interface MyRemoteInterface extends Remote { interface in inherits:Remote
51 implements MyRemoteInterface {
69 MyRemoteInterface myStub = null;
81 myStub = (MyRemoteInterface) RemoteObject.toStub(myRobj);
H A DMyRemoteObject_Stub.java29 implements MyRemoteInterface, java.rmi.Remote
52 $method_ping_0 = MyRemoteInterface.class.getMethod("ping", new java.lang.Class[] {});
/openjdk7/jdk/test/java/rmi/transport/httpSocket/
H A DHttpSocketTest.java51 interface MyRemoteInterface extends Remote { interface in inherits:Remote
57 implements MyRemoteInterface
88 MyRemoteInterface httpTest =
89 (MyRemoteInterface)Naming.lookup("//:" + registryPort + "/" + NAME);
H A DHttpSocketTest_Stub.java29 implements MyRemoteInterface, java.rmi.Remote
54 $method_getRemoteObject_0 = MyRemoteInterface.class.getMethod("getRemoteObject", new java.lang.Class[] {});
55 $method_setRemoteObject_1 = MyRemoteInterface.class.getMethod("setRemoteObject", new java.lang.Class[] {java.rmi.Remote.class});

Completed in 80 milliseconds