Interface DaemonController

All Known Implementing Classes:
DaemonLoader.Controller

public interface DaemonController
Defines methods needed by the DaemonLoader.
Version:
$Id: DaemonController.java 1204010 2011-11-19 16:15:23Z ggregory $
Author:
Pier Fumagalli
  • 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.