Searched refs:Shutdown (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/keepAliveDuringCall/
H A DShutdown.java31 public interface Shutdown extends Remote { interface in inherits:Remote
H A DShutdownMonitor.java32 void submitShutdown(Shutdown shutdown) throws RemoteException;
H A DShutdownImpl_Stub.java29 implements Shutdown
37 $method_shutdown_0 = Shutdown.class.getMethod("shutdown", new java.lang.Class[] {});
H A DShutdownImpl.java33 public class ShutdownImpl implements Shutdown {
79 Shutdown stub = (Shutdown) UnicastRemoteObject.exportObject(impl);
H A DKeepAliveDuringCall.java36 * ShutdownMonitor Shutdown ShutdownImpl ShutdownImpl_Stub
52 private Shutdown shutdown = null;
55 public void submitShutdown(Shutdown shutdown) {
91 Shutdown s;
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)
/openjdk7/jdk/test/com/sun/tools/attach/
H A DShutdown.java34 public class Shutdown { class
H A DApplicationSetup.sh34 $JAVAC -d "${TESTCLASSES}" "${TESTSRC}"/Application.java "${TESTSRC}"/Shutdown.java
81 $JAVA -classpath "${TESTCLASSES}" Shutdown $1
/openjdk7/jdk/src/windows/classes/java/lang/
H A DTerminator.java52 Shutdown.exit(sig.getNumber() + 0200);
/openjdk7/jdk/src/share/classes/java/lang/
H A DShutdown.java37 class Shutdown { class
39 /* Shutdown state */
97 throw new InternalError("Shutdown hook at slot " + slot + " already registered");
101 throw new IllegalStateException("Shutdown in progress");
104 throw new IllegalStateException("Shutdown in progress");
208 synchronized (Shutdown.class) {
233 synchronized (Shutdown.class) {
H A DApplicationShutdownHooks.java42 Shutdown.add(1 /* shutdown hook invocation order */,
66 throw new IllegalStateException("Shutdown in progress");
82 throw new IllegalStateException("Shutdown in progress");
H A DRuntime.java109 Shutdown.exit(status);
149 * <p> Shutdown hooks run at a delicate time in the life cycle of a virtual
158 * <p> Shutdown hooks should also finish their work quickly. When a
275 Shutdown.halt(status);
314 Shutdown.setRunFinalizersOnExit(value);
H A DSystem.java1194 Shutdown.add(slot, registerShutdownInProgress, hook);
/openjdk7/jdk/src/solaris/classes/java/lang/
H A DTerminator.java52 Shutdown.exit(sig.getNumber() + 0200);
/openjdk7/jdk/make/java/java/
H A DFILES_c.gmk53 Shutdown.c \
H A DExportedfiles.gmk51 java/lang/Shutdown.java \
123 java/lang/Shutdown.java \
H A DFILES_java.gmk77 java/lang/Shutdown.java \
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DShutdown.java34 public class Shutdown { class
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DShutdown.java46 public class Shutdown { class
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java587 * Shutdown the activation system. Destroys all groups spawned by
603 (new Shutdown()).start();
642 private class Shutdown extends Thread { class in class:Activation
643 Shutdown() { method in class:Activation.Shutdown
644 super("rmid Shutdown");

Completed in 128 milliseconds