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
Subclasses with type arguments of type AbstractComponentManager.State in org.apache.felix.scr.impl.managerFields in org.apache.felix.scr.impl.manager with type parameters of type AbstractComponentManager.StateModifier and TypeFieldDescriptionprivate final AtomicReference<AbstractComponentManager.State> AbstractComponentManager.stateMethods in org.apache.felix.scr.impl.manager that return AbstractComponentManager.StateModifier and TypeMethodDescription(package private) AbstractComponentManager.StateAbstractComponentManager.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) voidAbstractComponentManager.setState(AbstractComponentManager.State previousState, AbstractComponentManager.State newState)