Uses of Interface
org.jboss.as.controller.ProcessStateNotifier
Packages that use ProcessStateNotifier
-
Uses of ProcessStateNotifier in org.jboss.as.controller
Classes in org.jboss.as.controller that implement ProcessStateNotifierModifier and TypeClassDescriptionclassExposes the currentControlledProcessState.Stateand allows services to register a listener for changes to it.Fields in org.jboss.as.controller with type parameters of type ProcessStateNotifierModifier and TypeFieldDescriptionstatic final NullaryServiceDescriptor<ProcessStateNotifier>ProcessStateNotifier.SERVICE_DESCRIPTORMethods in org.jboss.as.controller that return ProcessStateNotifierModifier and TypeMethodDescriptionstatic ProcessStateNotifierControlledProcessStateService.addService(org.jboss.msc.service.ServiceTarget target, ControlledProcessState processState) Obtains aProcessStateNotifierlinked to the givenprocessStateobject and installs an MSCServicethat provides it as its value.