org.jwall.rbl
Class RblDaemon
java.lang.Object
org.jwall.rbl.RblDaemon
- All Implemented Interfaces:
- org.apache.commons.daemon.Daemon
public class RblDaemon
- extends Object
- implements org.apache.commons.daemon.Daemon
This file implements the RblDaemon, based on the commons-daemon package. This allows
the jwall-rbld to be run as a Java daemon using the jsvc package.
- Author:
- Christian Bockermann <chris@jwall.org>
|
Method Summary |
void |
destroy()
|
void |
init(org.apache.commons.daemon.DaemonContext c)
|
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RblDaemon
public RblDaemon()
destroy
public void destroy()
- Specified by:
destroy in interface org.apache.commons.daemon.Daemon
- See Also:
Daemon.destroy()
init
public void init(org.apache.commons.daemon.DaemonContext c)
throws Exception
- Specified by:
init in interface org.apache.commons.daemon.Daemon
- Throws:
Exception- See Also:
Daemon.init(org.apache.commons.daemon.DaemonContext)
start
public void start()
throws Exception
- Specified by:
start in interface org.apache.commons.daemon.Daemon
- Throws:
Exception- See Also:
Daemon.start()
stop
public void stop()
throws Exception
- Specified by:
stop in interface org.apache.commons.daemon.Daemon
- Throws:
Exception- See Also:
Daemon.stop()
Copyright © 2014. All Rights Reserved.