Uses of Enum
org.apache.felix.scr.impl.manager.AbstractComponentManager.State
Packages that use AbstractComponentManager.State
-
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.StateModifier and TypeFieldDescriptionprivate final AtomicReference
<AbstractComponentManager.State> AbstractComponentManager.state
Methods in org.apache.felix.scr.impl.manager that return AbstractComponentManager.StateModifier and TypeMethodDescription(package private) AbstractComponentManager.State
AbstractComponentManager.getState()
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.StateModifier and TypeMethodDescription(package private) void
AbstractComponentManager.setState
(AbstractComponentManager.State previousState, AbstractComponentManager.State newState)