public abstract class AbstractDaemon extends Object implements org.apache.commons.daemon.Daemon, org.apache.commons.daemon.DaemonUserSignal
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger
Logger.
|
| Constructor and Description |
|---|
AbstractDaemon() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init(org.apache.commons.daemon.DaemonContext context) |
void |
signal() |
public void signal()
signal in interface org.apache.commons.daemon.DaemonUserSignalpublic void init(org.apache.commons.daemon.DaemonContext context)
init in interface org.apache.commons.daemon.Daemonpublic void destroy()
destroy in interface org.apache.commons.daemon.DaemonCopyright © 2014–2018 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.