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
Fields in org.jboss.msc.service declared as ServiceController.State Modifier and Type Field Description private ServiceController.StateServiceController.Substate. stateMethods in org.jboss.msc.service that return ServiceController.State Modifier and Type Method Description ServiceController.StateServiceController. getState()Get the current service controller state.ServiceController.StateServiceController.Substate. getState()Get the state corresponding to this sub-state.ServiceController.StateServiceControllerImpl. getState()static ServiceController.StateServiceController.State. valueOf(java.lang.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 booleanServiceController.Transition. enters(ServiceController.State state)Determine whether this transition causes entry into the given state.booleanServiceController.Transition. exits(ServiceController.State state)Determine whether this transition causes exit from the given state.booleanServiceController.State. in(ServiceController.State... states)Determine if this state is one of the given states.booleanServiceController.Transition. retains(ServiceController.State state)Determine whether this substate transition retains the same given state before and after transition.Constructors in org.jboss.msc.service with parameters of type ServiceController.State Constructor Description Substate(ServiceController.State state, boolean restState)
-