Searched defs:MyRemoteInterface (Results 1 - 2 of 2) 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);
/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);

Completed in 94 milliseconds