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

/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/
H A DShutdownMonitor.java31 public interface ShutdownMonitor extends Remote { interface in inherits:Remote
H A DShutdownImpl.java37 private final ShutdownMonitor monitor;
39 private ShutdownImpl(ShutdownMonitor monitor) {
74 ShutdownMonitor monitor = (ShutdownMonitor)
H A DKeepAliveDuringCall_Stub.java29 implements ShutdownMonitor
38 $method_declareStillAlive_0 = ShutdownMonitor.class.getMethod("declareStillAlive", new java.lang.Class[] {});
39 $method_submitShutdown_1 = ShutdownMonitor.class.getMethod("submitShutdown", new java.lang.Class[] {Shutdown.class});
H A DKeepAliveDuringCall.java36 * ShutdownMonitor Shutdown ShutdownImpl ShutdownImpl_Stub
46 public class KeepAliveDuringCall implements ShutdownMonitor {

Completed in 1936 milliseconds