Class AbstractLifeCycle

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
All Implemented Interfaces:
LifeCycle
Direct Known Subclasses:
AbstractLeakPreventer, ContainerLifeCycle, ScheduledExecutorScheduler, StopLifeCycle, Sweeper, TimerScheduler

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