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 org.jboss.msc.service.ServiceController<ControlledProcessStateService>ControlledProcessStateService. addService(org.jboss.msc.service.ServiceTarget target, ControlledProcessState processState)Constructors in org.jboss.as.controller with parameters of type ControlledProcessState Constructor Description AbstractControllerService(Supplier<ExecutorService> executorService, Supplier<AbstractControllerService.ControllerInstabilityListener> instabilityListener, ProcessType processType, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, CapabilityRegistry capabilityRegistry)Deprecated.AbstractControllerService(Supplier<ExecutorService> executorService, Supplier<AbstractControllerService.ControllerInstabilityListener> instabilityListener, ProcessType processType, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, CapabilityRegistry capabilityRegistry, ConfigurationExtension configExtension)Construct a new instance.AbstractControllerService(ProcessType processType, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, DescriptionProvider rootDescriptionProvider, OperationStepHandler prepareStep, ExpressionResolver expressionResolver)Deprecated.Here for backwards compatibility for ModelTestModelControllerServiceAbstractControllerService(ProcessType processType, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver)Deprecated.Here for backwards compatibility for ModelTestModelControllerServiceAbstractControllerService(ProcessType processType, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer)Deprecated.Here for backwards compatibility for ModelTestModelControllerServiceAbstractControllerService(ProcessType processType, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, CapabilityRegistry capabilityRegistry)Deprecated. -
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)
-