Uses of Enum Class
org.jboss.msc.service.ServiceController.State
Packages that use ServiceController.State
Package
Description
The service container implementation itself.
-
Uses of ServiceController.State in org.jboss.msc.service
Methods in org.jboss.msc.service that return ServiceController.StateModifier and TypeMethodDescriptionDelegatingServiceController.getState()Get the current service controller state.ServiceController.getState()Get the current service controller state.static ServiceController.StateReturns the enum constant of this class with the specified name.static ServiceController.State[]ServiceController.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.msc.service with parameters of type ServiceController.StateModifier and TypeMethodDescriptionbooleanServiceController.State.in(ServiceController.State... states) Determine if this state is one of the given states. -
Uses of ServiceController.State in org.wildfly.extension.messaging.activemq._private
Methods in org.wildfly.extension.messaging.activemq._private with parameters of type ServiceController.StateModifier and TypeMethodDescriptionfinal IllegalStateExceptionMessagingLogger_$logger.invalidServiceState(ServiceName service, ServiceController.State validState, ServiceController.State currentState) MessagingLogger.invalidServiceState(ServiceName service, ServiceController.State validState, ServiceController.State currentState) Creates an exception indicating the service, represented by theserviceparameter, is in an invalid state.