- java.lang.Object
-
- org.eclipse.jetty.util.component.HaltLifeCycleListener
-
- All Implemented Interfaces:
java.util.EventListener,LifeCycle.Listener
public class HaltLifeCycleListener extends java.lang.Object implements LifeCycle.Listener
A LifeCycle listener that halts the JVM with exit code
0when notified of the "started" event.
-
-
Constructor Summary
Constructors Constructor Description HaltLifeCycleListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidlifeCycleStarted(LifeCycle lifecycle)-
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
-
-
-
-
Method Detail
-
lifeCycleStarted
public void lifeCycleStarted(LifeCycle lifecycle)
- Specified by:
lifeCycleStartedin interfaceLifeCycle.Listener
-
-