- signalUSR2() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
-
- signalUSR2() - Method in interface de.taimos.daemon.IDaemonLifecycleListener
-
received custom signal SIGUSR2
- startDaemon(String, IDaemonLifecycleListener) - Static method in class de.taimos.daemon.DaemonStarter
-
Starts the daemon and provides feedback through the life-cycle listener
- started() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
-
- started() - Method in interface de.taimos.daemon.IDaemonLifecycleListener
-
will be called after successful startup
- stopped() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
-
- stopped() - Method in interface de.taimos.daemon.IDaemonLifecycleListener
-
will be called after successful shutdown
- stopping() - Method in class de.taimos.daemon.DaemonLifecycleAdapter
-
- stopping() - Method in interface de.taimos.daemon.IDaemonLifecycleListener
-
will be called on imminent shutdown
- stopService() - Static method in class de.taimos.daemon.DaemonStarter
-
Stop the service and end the program
- SYSLOG_FACILITY - Static variable in interface de.taimos.daemon.DaemonProperties
-
the syslog facility (LOCAL0, LOCAL1, ...)
- SYSLOG_HOST - Static variable in interface de.taimos.daemon.DaemonProperties
-
the host for remote syslog
- SYSLOG_LEVEL - Static variable in interface de.taimos.daemon.DaemonProperties
-
the log level for syslog (see Level)