Package org.eclipse.jetty.util.component
Jetty Util : Jetty Lifecycle Management
-
Interface Summary Interface Description Container A ContainerContainer.InheritedListener Inherited Listener.Container.Listener A listener for Container events.Destroyable A Destroyable is an object which can be destroyed.Dumpable Dumpable.DumpableContainer DumpableContainer A Dumpable that is a container of beans can implement this interface to allow it to refine which of its beans can be dumped.Graceful Jetty components that wish to be part of a Graceful shutdown implement this interface so that theGraceful.shutdown()
method will be called to initiate a shutdown.Graceful.ThrowingRunnable LifeCycle The lifecycle interface for generic components.LifeCycle.Listener Listener. -
Class Summary Class Description AbstractLifeCycle Basic implementation of the life cycle interface for components.AbstractLifeCycle.AbstractLifeCycleListener Deprecated. this class is redundant now thatLifeCycle.Listener
has default methods.AttributeContainerMap An Attributes implementation that holds it's values in an immutableContainerLifeCycle
ContainerLifeCycle A ContainerLifeCycle is anLifeCycle
implementation for a collection of contained beans.DumpableCollection FileDestroyable FileNoticeLifeCycleListener A LifeCycle Listener that writes state changes to a file.Graceful.Shutdown A utility class to assist implementing the Graceful interface.HaltLifeCycleListener A LifeCycle listener that halts the JVM with exit code0
when notified of the "started" event.StopLifeCycle A LifeCycle that when started will stop another LifeCycle -
Exception Summary Exception Description