Uses of Class
org.jboss.msc.service.ServiceController.State
-
Packages that use ServiceController.State Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of ServiceController.State in org.jboss.msc.service
Methods in org.jboss.msc.service that return ServiceController.State Modifier and Type Method Description ServiceController.State
DelegatingServiceController. getState()
Get the current service controller state.ServiceController.State
ServiceController. getState()
Get the current service controller 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.Methods in org.jboss.msc.service with parameters of type ServiceController.State Modifier and Type Method Description boolean
ServiceController.State. in(ServiceController.State... states)
Determine if this state is one of the given states.
-