Package org.eclipse.jetty.util.component
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
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle.Listener
lifeCycleFailure, lifeCycleStarting, lifeCycleStopped, lifeCycleStopping
-
Constructor Details
-
HaltLifeCycleListener
public HaltLifeCycleListener()
-
-
Method Details
-
lifeCycleStarted
- Specified by:
lifeCycleStarted
in interfaceLifeCycle.Listener
-