Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
Modifier and Type | Method and Description |
---|---|
ServiceController.State |
ServiceController.getState()
Get the current service controller state.
|
ServiceController.State |
ServiceController.Substate.getState()
Get the state corresponding to this sub-state.
|
static ServiceController.State |
ServiceController.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceController.State[] |
ServiceController.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.