Uses of Class
org.apache.logging.log4j.core.LifeCycle.State
-
Packages that use LifeCycle.State Package Description org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.util Log4j 2 helper classes. -
-
Uses of LifeCycle.State in org.apache.logging.log4j.core
Fields in org.apache.logging.log4j.core declared as LifeCycle.State Modifier and Type Field Description private LifeCycle.State
AbstractLifeCycle. state
Methods in org.apache.logging.log4j.core that return LifeCycle.State Modifier and Type Method Description LifeCycle.State
AbstractLifeCycle. getState()
LifeCycle.State
LifeCycle. getState()
Gets the life-cycle state.static LifeCycle.State
LifeCycle.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LifeCycle.State[]
LifeCycle.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.core with parameters of type LifeCycle.State Modifier and Type Method Description protected void
AbstractLifeCycle. setState(LifeCycle.State newState)
-
Uses of LifeCycle.State in org.apache.logging.log4j.core.util
Fields in org.apache.logging.log4j.core.util with type parameters of type LifeCycle.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<LifeCycle.State>
DefaultShutdownCallbackRegistry. state
Methods in org.apache.logging.log4j.core.util that return LifeCycle.State Modifier and Type Method Description LifeCycle.State
DefaultShutdownCallbackRegistry. getState()
-