Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
Modifier and Type | Method and Description |
---|---|
ServiceController.Substate |
ServiceController.Transition.getAfter()
Deprecated.
Get the target (new) state of this transition.
|
ServiceController.Substate |
ServiceController.Transition.getBefore()
Deprecated.
Get the source state of this transition.
|
ServiceController.Substate |
ServiceController.getSubstate()
Deprecated.
this method will be removed in a future release
|
ServiceController.Substate |
DelegatingServiceController.getSubstate()
Deprecated.
|
static ServiceController.Substate |
ServiceController.Substate.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ServiceController.Substate[] |
ServiceController.Substate.values()
Deprecated.
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)
Deprecated.
Determine if this substate is one of the given substates.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.