public class SchedulerDaemon extends Object implements org.apache.commons.daemon.Daemon
| Constructor and Description |
|---|
SchedulerDaemon() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
protected void |
finalize() |
void |
init(org.apache.commons.daemon.DaemonContext context)
init and destroy were added in jakarta-tomcat-daemon.
|
void |
start() |
void |
stop() |
protected void finalize()
throws Throwable
public void init(org.apache.commons.daemon.DaemonContext context)
throws Exception
init in interface org.apache.commons.daemon.DaemonExceptionpublic void start()
start in interface org.apache.commons.daemon.Daemonpublic void stop()
stop in interface org.apache.commons.daemon.Daemonpublic void destroy()
destroy in interface org.apache.commons.daemon.DaemonCopyright © 2023. All rights reserved.