org.mortbay.jetty.start.daemon
Class Bootstrap
java.lang.Object
org.mortbay.jetty.start.daemon.Bootstrap
- All Implemented Interfaces:
- org.apache.commons.daemon.Daemon
public class Bootstrap
- extends Object
- implements org.apache.commons.daemon.Daemon
Method Summary |
void |
destroy()
|
void |
init(org.apache.commons.daemon.DaemonContext context)
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Bootstrap
public Bootstrap()
init
public void init(org.apache.commons.daemon.DaemonContext context)
- Specified by:
init
in interface org.apache.commons.daemon.Daemon
start
public void start()
- Specified by:
start
in interface org.apache.commons.daemon.Daemon
stop
public void stop()
- Specified by:
stop
in interface org.apache.commons.daemon.Daemon
destroy
public void destroy()
- Specified by:
destroy
in interface org.apache.commons.daemon.Daemon
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.