Package org.opends.server.core
Class DirectoryServerShutdownHook
- java.lang.Object
-
- java.lang.Thread
-
- org.opends.server.api.DirectoryThread
-
- org.opends.server.core.DirectoryServerShutdownHook
-
- All Implemented Interfaces:
Runnable
public class DirectoryServerShutdownHook extends DirectoryThread
This class defines a shutdown hook that will be invoked automatically when the JVM is shutting down. It may be able to detect certain kinds of shutdown events that are not invoked by the Directory Server itself (e.g., an administrator killing the Java process).
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
-
Fields inherited from class org.opends.server.api.DirectoryThread
DIRECTORY_THREAD_GROUP
-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description DirectoryServerShutdownHook()
Creates a new shutdown hook that will stop the Directory Server when it is determined that the JVM is shutting down.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Invokes the shutdown hook to signal the Directory Server to stop running.-
Methods inherited from class org.opends.server.api.DirectoryThread
getAssociatedTask, getCreationStackTrace, getDebugProperties, getParentThread, initiateShutdown, isShutdownInitiated, isStarted, isStarting, setAssociatedTask
-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-