| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| Modifier and Type | Field and Description |
|---|---|
private ServiceController.Substate |
ServiceController.Transition.after |
private ServiceController.Substate |
ServiceController.Transition.before |
private ServiceController.Substate |
ServiceControllerImpl.state
The controller state.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceController.Substate |
ServiceController.Transition.getAfter()
Get the target (new) state of this transition.
|
ServiceController.Substate |
ServiceController.Transition.getBefore()
Get the source state of this transition.
|
ServiceController.Substate |
ServiceController.getSubstate()
Get the current service controller substate.
|
ServiceController.Substate |
ServiceControllerImpl.getSubstate() |
(package private) ServiceController.Substate |
ServiceControllerImpl.getSubstateLocked() |
static ServiceController.Substate |
ServiceController.Substate.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceController.Substate[] |
ServiceController.Substate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServiceController.Substate.in(ServiceController.Substate... substates)
Determine if this substate is one of the given substates.
|
| Constructor and Description |
|---|
Transition(ServiceController.Substate before,
ServiceController.Substate after) |