Package org.eclipse.jetty.util.component
Class FileNoticeLifeCycleListener
- java.lang.Object
-
- org.eclipse.jetty.util.component.FileNoticeLifeCycleListener
-
- All Implemented Interfaces:
EventListener,LifeCycle.Listener
@Deprecated(since="2021-05-27") public class FileNoticeLifeCycleListener extends Object implements LifeCycle.Listener
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.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 Constructor Description FileNoticeLifeCycleListener(String filename)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidlifeCycleFailure(LifeCycle event, Throwable cause)Deprecated.voidlifeCycleStarted(LifeCycle event)Deprecated.voidlifeCycleStarting(LifeCycle event)Deprecated.voidlifeCycleStopped(LifeCycle event)Deprecated.voidlifeCycleStopping(LifeCycle event)Deprecated.
-
-
-
Constructor Detail
-
FileNoticeLifeCycleListener
public FileNoticeLifeCycleListener(String filename)
Deprecated.
-
-
Method Detail
-
lifeCycleStarting
public void lifeCycleStarting(LifeCycle event)
Deprecated.- Specified by:
lifeCycleStartingin interfaceLifeCycle.Listener
-
lifeCycleStarted
public void lifeCycleStarted(LifeCycle event)
Deprecated.- Specified by:
lifeCycleStartedin interfaceLifeCycle.Listener
-
lifeCycleFailure
public void lifeCycleFailure(LifeCycle event, Throwable cause)
Deprecated.- Specified by:
lifeCycleFailurein interfaceLifeCycle.Listener
-
lifeCycleStopping
public void lifeCycleStopping(LifeCycle event)
Deprecated.- Specified by:
lifeCycleStoppingin interfaceLifeCycle.Listener
-
lifeCycleStopped
public void lifeCycleStopped(LifeCycle event)
Deprecated.- Specified by:
lifeCycleStoppedin interfaceLifeCycle.Listener
-
-