- java.lang.Object
-
- ch.qos.logback.core.LifeCycleManager
-
public class LifeCycleManager extends Object
An object that manages a collection of components that implement theLifeCycleinterface. Each component that is added to the manager will be stopped and removed from the manager when the manager is reset.- Author:
- Carl Harris
-
-
Constructor Summary
Constructors Constructor Description LifeCycleManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregister(LifeCycle component)Registers a component with this manager.voidreset()Resets this manager.
-
-
-
Constructor Detail
-
LifeCycleManager
public LifeCycleManager()
-
-