Package org.eclipse.jetty.util.component
Class StopLifeCycle
- java.lang.Object
-
- org.eclipse.jetty.util.component.AbstractLifeCycle
-
- org.eclipse.jetty.util.component.StopLifeCycle
-
- All Implemented Interfaces:
java.util.EventListener
,LifeCycle
,LifeCycle.Listener
@Deprecated(since="2021-05-27") public class StopLifeCycle extends AbstractLifeCycle implements LifeCycle.Listener
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.A LifeCycle that when started will stop another LifeCycle
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
AbstractLifeCycle.AbstractLifeCycleListener
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener
-
-
Constructor Summary
Constructors Constructor Description StopLifeCycle(LifeCycle lifecycle)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
lifeCycleStarted(LifeCycle lifecycle)
Deprecated.-
Methods inherited from class org.eclipse.jetty.util.component.AbstractLifeCycle
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle.Listener
lifeCycleFailure, lifeCycleStarting, lifeCycleStopped, lifeCycleStopping
-
-
-
-
Constructor Detail
-
StopLifeCycle
public StopLifeCycle(LifeCycle lifecycle)
Deprecated.
-
-
Method Detail
-
lifeCycleStarted
public void lifeCycleStarted(LifeCycle lifecycle)
Deprecated.- Specified by:
lifeCycleStarted
in interfaceLifeCycle.Listener
-
-