Class HaltLifeCycleListener
java.lang.Object
org.eclipse.jetty.util.component.HaltLifeCycleListener
- All Implemented Interfaces:
 EventListener, LifeCycle.Listener
A LifeCycle listener that halts the JVM with exit
code 0 when notified of the "started" event.
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LifeCycle.Listener
lifeCycleFailure, lifeCycleStarting, lifeCycleStopped, lifeCycleStopping 
- 
Constructor Details
- 
HaltLifeCycleListener
public HaltLifeCycleListener() 
 - 
 - 
Method Details
- 
lifeCycleStarted
- Specified by:
 lifeCycleStartedin interfaceLifeCycle.Listener
 
 -