Interface LifeCycle

All Known Subinterfaces:
ResourceFactory.LifeCycle, Scheduler
All Known Implementing Classes:
AbstractLeakPreventer, AbstractLifeCycle, AdaptiveExecutionStrategy, AppContextLeakPreventer, AttributeContainerMap, AWTLeakPreventer, CompressionPool, ContainerLifeCycle, DeflaterPool, DriverManagerLeakPreventer, ExecutorThreadPool, InflaterPool, KeyStoreScanner, MonitoredQueuedThreadPool, QueuedThreadPool, ReservedThreadExecutor, Scanner, ScheduledExecutorScheduler, SslContextFactory, SslContextFactory.Client, SslContextFactory.Server, StopLifeCycle, Sweeper, TimerScheduler, VirtualThreadPool

@ManagedObject("Lifecycle Interface for startable components") public interface LifeCycle
The lifecycle interface for generic components.
Classes implementing this interface have a defined life cycle defined by the methods of this interface.