Class StopLifeCycle
java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.StopLifeCycle
- All Implemented Interfaces:
EventListener, LifeCycle, LifeCycle.Listener
A LifeCycle that when started will stop another LifeCycle
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListenerNested classes/interfaces inherited from interface LifeCycle
LifeCycle.Listener -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractLifeCycle
addLifeCycleListener, doStart, doStop, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface LifeCycle.Listener
lifeCycleFailure, lifeCycleStarting, lifeCycleStopped, lifeCycleStopping
-
Field Details
-
LOG
-
_lifecycle
-
-
Constructor Details
-
StopLifeCycle
-
-
Method Details
-
lifeCycleStarted
- Specified by:
lifeCycleStartedin interfaceLifeCycle.Listener
-