Interface Daemon

All Known Implementing Classes:
AbstractDaemon, DefaultDaemon, SimpleDaemon

public interface Daemon
The Interface Daemon.
  • Method Details

    • getName

      String getName()
    • setName

      void setName(String name)
    • getBasePath

      String getBasePath()
    • getDaemonService

      DaemonService getDaemonService()
    • getCommandExecutor

      CommandExecutor getCommandExecutor()
    • getFileCommander

      FileCommander getFileCommander()
    • getCommandRegistry

      CommandRegistry getCommandRegistry()
    • isWaiting

      boolean isWaiting()
    • isActive

      boolean isActive()
    • stop

      void stop()
    • destroy

      void destroy()