Class 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).
    • Constructor Detail

      • DirectoryServerShutdownHook

        public DirectoryServerShutdownHook()
        Creates a new shutdown hook that will stop the Directory Server when it is determined that the JVM is shutting down.
    • Method Detail

      • run

        public void run()
        Invokes the shutdown hook to signal the Directory Server to stop running.
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread