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

/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/
H A DShutdownMonitor.java32 void submitShutdown(Shutdown shutdown) throws RemoteException; method in interface:ShutdownMonitor
H A DKeepAliveDuringCall_Stub.java39 $method_submitShutdown_1 = ShutdownMonitor.class.getMethod("submitShutdown", new java.lang.Class[] {Shutdown.class});
68 // implementation of submitShutdown(Shutdown)
69 public void submitShutdown(Shutdown $param_Shutdown_1) method in class:KeepAliveDuringCall_Stub
H A DShutdownImpl.java82 monitor.submitShutdown(stub);
H A DKeepAliveDuringCall.java55 public void submitShutdown(Shutdown shutdown) { method in class:KeepAliveDuringCall

Completed in 126 milliseconds