Uses of Class
org.jboss.msc.service.ServiceController.Substate
-
Packages that use ServiceController.Substate Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of ServiceController.Substate in org.jboss.msc.service
Fields in org.jboss.msc.service declared as ServiceController.Substate Modifier and Type Field Description private ServiceController.SubstateServiceController.Transition. afterprivate ServiceController.SubstateServiceController.Transition. beforeprivate ServiceController.SubstateServiceControllerImpl. stateThe controller state.Methods in org.jboss.msc.service that return ServiceController.Substate Modifier and Type Method Description ServiceController.SubstateServiceController.Transition. getAfter()Get the target (new) state of this transition.ServiceController.SubstateServiceController.Transition. getBefore()Get the source state of this transition.ServiceController.SubstateServiceController. getSubstate()Get the current service controller substate.ServiceController.SubstateServiceControllerImpl. getSubstate()(package private) ServiceController.SubstateServiceControllerImpl. getSubstateLocked()static ServiceController.SubstateServiceController.Substate. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceController.Substate[]ServiceController.Substate. 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.Substate Modifier and Type Method Description booleanServiceController.Substate. in(ServiceController.Substate... substates)Determine if this substate is one of the given substates.Constructors in org.jboss.msc.service with parameters of type ServiceController.Substate Constructor Description Transition(ServiceController.Substate before, ServiceController.Substate after)
-