Class ShutdownTaskThread

  • All Implemented Interfaces:
    Runnable

    public class ShutdownTaskThread
    extends DirectoryThread
    This class defines a thread that will be spawned to invoke the Directory Server shutdown process. This needs to be a separate thread because the task that creates it has to complete before the server can really shut down.
    • Constructor Detail

      • ShutdownTaskThread

        public ShutdownTaskThread​(LocalizableMessage shutdownMessage)
        Creates a new instance of this shutdown task thread with the provided message.
        Parameters:
        shutdownMessage - The shutdown message that will be used.
    • Method Detail

      • run

        public void run()
        Invokes the Directory Server shutdown process.
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread