Class AbstractLifeCycle

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
All Implemented Interfaces:
LifeCycle
Direct Known Subclasses:
AbstractLeakPreventer, AcceptRateLimit, BaseHolder, CompressionPool, ConnectionLimit, ConnectionStatistics, ConnectorServer, ConnectorStatistics, ContainerLifeCycle, DebugListener, HouseKeeper, LeakDetector, PathWatcher, PropertyUserStoreManager, RequestLogWriter, ReservedThreadExecutor, Scanner, ScheduledExecutorScheduler, ServletContextHandler.Initializer, Slf4jRequestLogWriter, SpnegoLoginService, SslContextFactory, StopLifeCycle, Sweeper, TimerScheduler, UserStore

@ManagedObject("Abstract Implementation of LifeCycle") public abstract class AbstractLifeCycle extends Object implements LifeCycle
Basic implementation of the life cycle interface for components.