Searched refs:KeepAliveDuringCall (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/
H A DKeepAliveDuringCall.java37 * @run main/othervm KeepAliveDuringCall
46 public class KeepAliveDuringCall implements ShutdownMonitor { class in inherits:ShutdownMonitor
48 public static final String BINDING = "KeepAliveDuringCall";
73 KeepAliveDuringCall obj = new KeepAliveDuringCall();
H A DShutdownImpl.java75 registry.lookup(KeepAliveDuringCall.BINDING);

Completed in 139 milliseconds