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

/openjdk7/jdk/test/java/rmi/activation/Activatable/restartService/
H A DRestartService.java31 * @run main/othervm/policy=security.policy/timeout=240 RestartService
42 public class RestartService class in inherits:ActivateMe,Runnable
54 public RestartService(ActivationID id, MarshalledObject mobj) method in class:RestartService
74 public RestartService() throws RemoteException { method in class:RestartService
79 System.err.println("RestartService: received ping from " + responder);
91 return new RestartService();
103 (new Thread(this,"RestartService")).start();
123 RestartService unicastObj = null;
143 unicastObj = new RestartService();
161 new ActivationDesc(groupID, "RestartService", nul
[all...]

Completed in 29 milliseconds