Package ch.qos.logback.core
Class LifeCycleManager
- java.lang.Object
-
- ch.qos.logback.core.LifeCycleManager
-
@Deprecated(since="2022-01-27") public class LifeCycleManager extends java.lang.ObjectDeprecated.This internal logback API is not supported by AEM as a Cloud Service.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.
-
-
Constructor Summary
Constructors Constructor Description LifeCycleManager()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidregister(LifeCycle component)Deprecated.Registers a component with this manager.voidreset()Deprecated.Resets this manager.
-
-
-
Method Detail
-
register
public void register(LifeCycle component)
Deprecated.Registers a component with this manager.- Parameters:
component- the component whose life cycle is to be managed
-
reset
public void reset()
Deprecated.Resets this manager.All registered components are stopped and removed from the manager.
-
-