Package org.eclipse.jetty.util.component
package org.eclipse.jetty.util.component
Jetty Util : Jetty Lifecycle Management
-
ClassDescriptionBasic implementation of the life cycle interface for components.Deprecated.An Attributes implementation that holds it's values in an immutable
ContainerLifeCycle
A ContainerInherited Listener.A listener for Container events.A ContainerLifeCycle is anLifeCycle
implementation for a collection of contained beans.A Destroyable is an object which can be destroyed.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.A named runtime environment containing aClassLoader
andAttributes
.Deprecated.useorg.eclipse.jetty.server.StateLifeCycleListener
insteadJetty 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.A utility class to assist implementing the Graceful interface.A LifeCycle listener that halts the JVM with exit code0
when notified of the "started" event.The lifecycle interface for generic components.Listener.A LifeCycle that when started will stop another LifeCycle
LifeCycle.Listener
has default methods.