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

/openjdk7/jdk/test/java/rmi/server/RemoteObject/notExtending/
H A DNotExtending.java33 * @run main/othervm/timeout=240 NotExtending
40 public class NotExtending implements Remote { class in inherits:Remote
49 public NotExtending() throws RemoteException { method in class:NotExtending
86 NotExtending server;
92 server = new NotExtending();

Completed in 29 milliseconds