Interface DaemonController

All Known Implementing Classes:
DaemonLoader.Controller

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

    Modifier and Type
    Method
    Description
    void
    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
    Reloads daemon
    void
    Shuts down the daemon.