Uses of Class
org.jboss.as.controller.ControlledProcessState
-
Packages that use ControlledProcessState Package Description org.jboss.as.controller org.jboss.as.controller.access org.jboss.as.controller.operations.common -
-
Uses of ControlledProcessState in org.jboss.as.controller
Methods in org.jboss.as.controller with parameters of type ControlledProcessState Modifier and Type Method Description static ProcessStateNotifierControlledProcessStateService. addService(org.jboss.msc.service.ServiceTarget target, ControlledProcessState processState)Obtains aProcessStateNotifierlinked to the givenprocessStateobject and installs an MSCServicethat provides it as its value. -
Uses of ControlledProcessState in org.jboss.as.controller.access
Constructors in org.jboss.as.controller.access with parameters of type ControlledProcessState Constructor Description Environment(ControlledProcessState processState, ProcessType processType) -
Uses of ControlledProcessState in org.jboss.as.controller.operations.common
Constructors in org.jboss.as.controller.operations.common with parameters of type ControlledProcessState Constructor Description ProcessReloadHandler(org.jboss.msc.service.ServiceName rootService, T runningModeControl, ControlledProcessState processState)ProcessStateAttributeHandler(ControlledProcessState processState)
-