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. stateMethods in org.apache.felix.scr.impl.manager that return AbstractComponentManager.State Modifier and Type Method Description (package private) AbstractComponentManager.StateAbstractComponentManager. getState()static AbstractComponentManager.StateAbstractComponentManager.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) voidAbstractComponentManager. setState(AbstractComponentManager.State previousState, AbstractComponentManager.State newState)
-