public class Main extends Object implements org.apache.commons.daemon.Daemon
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
void |
init(org.apache.commons.daemon.DaemonContext context) |
static void |
main(String[] args) |
void |
start() |
void |
stop() |
public void init(org.apache.commons.daemon.DaemonContext context)
throws org.apache.commons.daemon.DaemonInitException,
Exception
init in interface org.apache.commons.daemon.Daemonorg.apache.commons.daemon.DaemonInitExceptionExceptionpublic void start()
throws Exception
start in interface org.apache.commons.daemon.DaemonExceptionpublic void stop()
throws Exception
stop in interface org.apache.commons.daemon.DaemonExceptionpublic void destroy()
destroy in interface org.apache.commons.daemon.DaemonCopyright © 2016. All rights reserved.