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

/openjdk7/jdk/test/java/rmi/server/RemoteObject/toStub/
H A DToStub.java29 * @build ToStub ToStub_Stub
30 * @run main/othervm/policy=security.policy/timeout=240 ToStub
42 public class ToStub implements RemoteInterface { class in inherits:RemoteInterface
65 server1 = new ToStub();
66 server2 = new ToStub();
87 RemoteObject.toStub(new ToStub());

Completed in 22 milliseconds