Searched defs:ShutdownManager (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/common/
H A DShutdownManager.java25 * $Id: ShutdownManager.java,v 1.7 2008/10/04 00:36:44 veiming Exp $
42 * ShutdownManager is a static instance which is used to trigger all the
46 public final class ShutdownManager implements org.forgerock.util.thread.listener.ShutdownManager { class in inherits:org.forgerock.util.thread.listener.ShutdownManager
48 private volatile static ShutdownManager instance;
59 * Constructor of ShutdownManager.
62 private ShutdownManager() { method in class:ShutdownManager
83 * Acquire the lock of this ShutdownManager. The function will block if
98 * Release the lock of this ShutdownManager. IllegalMonitorStateException
107 * Returns the static instance of ShutdownManager i
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/common/
H A DShutdownManager.java25 * $Id: ShutdownManager.java,v 1.7 2008/10/04 00:36:44 veiming Exp $
42 * ShutdownManager is a static instance which is used to trigger all the
46 public final class ShutdownManager implements org.forgerock.util.thread.listener.ShutdownManager { class in inherits:org.forgerock.util.thread.listener.ShutdownManager
48 private volatile static ShutdownManager instance;
59 * Constructor of ShutdownManager.
62 private ShutdownManager() { method in class:ShutdownManager
83 * Acquire the lock of this ShutdownManager. The function will block if
98 * Release the lock of this ShutdownManager. IllegalMonitorStateException
107 * Returns the static instance of ShutdownManager i
[all...]

Completed in 21 milliseconds