| Package | Description |
|---|---|
| org.apache.felix.scr.impl.manager |
| Modifier and Type | Field and Description |
|---|---|
private RegistrationManager.RegState |
RegistrationManager.RegStateWrapper.regState |
| Modifier and Type | Method and Description |
|---|---|
RegistrationManager.RegState |
RegistrationManager.RegStateWrapper.getRegState() |
static RegistrationManager.RegState |
RegistrationManager.RegState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegistrationManager.RegState[] |
RegistrationManager.RegState.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) boolean |
RegistrationManager.changeRegistration(RegistrationManager.RegState desired,
java.lang.String[] services) |
| Constructor and Description |
|---|
RegStateWrapper(RegistrationManager.RegState regState) |