Package | Description |
---|---|
org.apache.felix.scr.impl.manager |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicReference<AbstractComponentManager.State> |
AbstractComponentManager.state |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
AbstractComponentManager.setState(AbstractComponentManager.State previousState,
AbstractComponentManager.State newState) |