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

/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/
H A DShutdownMonitor.java33 void declareStillAlive() throws RemoteException; method in interface:ShutdownMonitor
H A DKeepAliveDuringCall_Stub.java38 $method_declareStillAlive_0 = ShutdownMonitor.class.getMethod("declareStillAlive", new java.lang.Class[] {});
53 // implementation of declareStillAlive()
54 public void declareStillAlive() method in class:KeepAliveDuringCall_Stub
H A DShutdownImpl.java61 monitor.declareStillAlive();
H A DKeepAliveDuringCall.java62 public void declareStillAlive() { method in class:KeepAliveDuringCall

Completed in 122 milliseconds