Class FileNoticeLifeCycleListener
java.lang.Object
org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
- All Implemented Interfaces:
 EventListener, LifeCycle.Listener
Deprecated.
A LifeCycle Listener that writes state changes to a file.
This can be used with the jetty.sh script to wait for successful startup.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidlifeCycleFailure(LifeCycle event, Throwable cause) Deprecated.voidlifeCycleStarted(LifeCycle event) Deprecated.voidlifeCycleStarting(LifeCycle event) Deprecated.voidlifeCycleStopped(LifeCycle event) Deprecated.voidlifeCycleStopping(LifeCycle event) Deprecated. 
- 
Constructor Details
- 
FileNoticeLifeCycleListener
Deprecated. 
 - 
 - 
Method Details
- 
lifeCycleStarting
Deprecated.- Specified by:
 lifeCycleStartingin interfaceLifeCycle.Listener
 - 
lifeCycleStarted
Deprecated.- Specified by:
 lifeCycleStartedin interfaceLifeCycle.Listener
 - 
lifeCycleFailure
Deprecated.- Specified by:
 lifeCycleFailurein interfaceLifeCycle.Listener
 - 
lifeCycleStopping
Deprecated.- Specified by:
 lifeCycleStoppingin interfaceLifeCycle.Listener
 - 
lifeCycleStopped
Deprecated.- Specified by:
 lifeCycleStoppedin interfaceLifeCycle.Listener
 
 - 
 
org.eclipse.jetty.server.StateLifeCycleListenerinstead