Package org.eclipse.jetty.util.component
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
lifeCycleFailure
(LifeCycle event, Throwable cause) Deprecated.void
lifeCycleStarted
(LifeCycle event) Deprecated.void
lifeCycleStarting
(LifeCycle event) Deprecated.void
lifeCycleStopped
(LifeCycle event) Deprecated.void
lifeCycleStopping
(LifeCycle event) Deprecated.
-
Constructor Details
-
FileNoticeLifeCycleListener
Deprecated.
-
-
Method Details
-
lifeCycleStarting
Deprecated.- Specified by:
lifeCycleStarting
in interfaceLifeCycle.Listener
-
lifeCycleStarted
Deprecated.- Specified by:
lifeCycleStarted
in interfaceLifeCycle.Listener
-
lifeCycleFailure
Deprecated.- Specified by:
lifeCycleFailure
in interfaceLifeCycle.Listener
-
lifeCycleStopping
Deprecated.- Specified by:
lifeCycleStopping
in interfaceLifeCycle.Listener
-
lifeCycleStopped
Deprecated.- Specified by:
lifeCycleStopped
in interfaceLifeCycle.Listener
-
org.eclipse.jetty.server.StateLifeCycleListener
instead