Uses of Class
org.apache.felix.scr.impl.manager.AbstractComponentManager.State
-
Packages that use AbstractComponentManager.State Package Description org.apache.felix.scr.impl.manager -
-
Uses of AbstractComponentManager.State in org.apache.felix.scr.impl.manager
Fields in org.apache.felix.scr.impl.manager with type parameters of type AbstractComponentManager.State Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<AbstractComponentManager.State>
AbstractComponentManager. state
Methods in org.apache.felix.scr.impl.manager that return AbstractComponentManager.State Modifier and Type Method Description (package private) AbstractComponentManager.State
AbstractComponentManager. getState()
static AbstractComponentManager.State
AbstractComponentManager.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractComponentManager.State[]
AbstractComponentManager.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.felix.scr.impl.manager with parameters of type AbstractComponentManager.State Modifier and Type Method Description (package private) void
AbstractComponentManager. setState(AbstractComponentManager.State previousState, AbstractComponentManager.State newState)
-