Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
org.wildfly.extension.elytron._private |
Resources private to the Subsystem
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceController.Transition.enters(ServiceController.State state)
Determine whether this transition causes entry into the given state.
|
boolean |
ServiceController.Transition.exits(ServiceController.State state)
Determine whether this transition causes exit from the given state.
|
boolean |
ServiceController.State.in(ServiceController.State... states)
Determine if this state is one of the given states.
|
boolean |
ServiceController.Transition.retains(ServiceController.State state)
Determine whether this substate transition retains the same given state before and after transition.
|
Modifier and Type | Method and Description |
---|---|
org.jboss.as.controller.OperationFailedException |
ElytronSubsystemMessages_$logger.requiredServiceNotUp(ServiceName serviceName,
ServiceController.State state) |
org.jboss.as.controller.OperationFailedException |
ElytronSubsystemMessages.requiredServiceNotUp(ServiceName serviceName,
ServiceController.State state)
An
OperationFailedException where an operation can not proceed as it's required service is not UP. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.