Interface DaemonController

  • All Known Implementing Classes:
    DaemonLoader.Controller

    public interface DaemonController
    Defines methods needed by the DaemonLoader.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void fail()
      Shuts down daemon and logs failed message.
      void fail​(Exception exception)
      Shuts down daemon and logs failed message.
      void fail​(String message)
      Shuts down daemon and logs failed message.
      void fail​(String message, Exception exception)
      Shuts down daemon and logs failed message.
      void reload()
      Reloads daemon
      void shutdown()
      Shuts down the daemon.