Constructor and Description |
---|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
DescriptionProvider rootDescriptionProvider,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver)
Deprecated.
Here for backwards compatibility for ModelTestModelControllerService
|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
DescriptionProvider rootDescriptionProvider,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer)
Deprecated.
|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
ResourceDefinition rootResourceDefinition,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver)
Deprecated.
Here for backwards compatibility for ModelTestModelControllerService
|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
ResourceDefinition rootResourceDefinition,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer)
Deprecated.
Here for backwards compatibility for ModelTestModelControllerService
|
AbstractControllerService(ProcessType processType,
RunningModeControl runningModeControl,
ConfigurationPersister configurationPersister,
ControlledProcessState processState,
ResourceDefinition rootResourceDefinition,
OperationStepHandler prepareStep,
ExpressionResolver expressionResolver,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer,
CapabilityRegistry capabilityRegistry)
Construct a new instance.
|
Constructor and Description |
---|
ExtensionRegistry(ProcessType processType,
RunningModeControl runningModeControl)
Deprecated.
Here for core-model-test and subsystem-test backwards compatibility
|
ExtensionRegistry(ProcessType processType,
RunningModeControl runningModeControl,
ManagedAuditLogger auditLogger,
JmxAuthorizer authorizer)
Deprecated.
Remove once there has been a core release and we can update wildfly
|
ExtensionRegistry(ProcessType processType,
RunningModeControl runningModeControl,
ManagedAuditLogger auditLogger,
JmxAuthorizer authorizer,
RuntimeHostControllerInfoAccessor hostControllerInfoAccessor)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
ProcessReloadHandler<T extends RunningModeControl>
Operation handler for process reloads of servers.
|
Modifier and Type | Method and Description |
---|---|
abstract RunningModeControl |
ProcessEnvironment.getRunningModeControl()
Get the
RunningModeControl containing the current running mode of the server |
Modifier and Type | Class and Description |
---|---|
class |
HostRunningModeControl |
Modifier and Type | Method and Description |
---|---|
RunningModeControl |
ServerEnvironment.getRunningModeControl()
Get the
RunningModeControl containing the current running mode of the server |
Modifier and Type | Method and Description |
---|---|
static void |
ServerService.addService(org.jboss.msc.service.ServiceTarget serviceTarget,
Bootstrap.Configuration configuration,
ControlledProcessState processState,
BootstrapListener bootstrapListener,
RunningModeControl runningModeControl,
AbstractVaultReader vaultReader,
ManagedAuditLogger auditLogger,
DelegatingConfigurableAuthorizer authorizer)
Add this service to the given service target.
|
Constructor and Description |
---|
ServerRootResourceDefinition(ContentRepository contentRepository,
ExtensibleConfigurationPersister extensibleConfigurationPersister,
ServerEnvironment serverEnvironment,
ControlledProcessState processState,
RunningModeControl runningModeControl,
AbstractVaultReader vaultReader,
ExtensionRegistry extensionRegistry,
boolean parallelBoot,
PathManagerService pathManager,
DomainServerCommunicationServices.OperationIDUpdater operationIDUpdater,
DelegatingConfigurableAuthorizer authorizer,
ManagedAuditLogger auditLogger,
MutableRootResourceRegistrationProvider rootResourceRegistrationProvider,
BootErrorCollector bootErrorCollector,
CapabilityRegistry capabilityRegistry) |
Modifier and Type | Method and Description |
---|---|
protected ProcessReloadHandler.ReloadContext<RunningModeControl> |
ServerProcessReloadHandler.initializeReloadContext(OperationContext context,
org.jboss.dmr.ModelNode operation) |
Constructor and Description |
---|
RunningModeReadHandler(RunningModeControl runningModeControl) |
ServerDomainProcessReloadHandler(org.jboss.msc.service.ServiceName rootService,
RunningModeControl runningModeControl,
ControlledProcessState processState,
DomainServerCommunicationServices.OperationIDUpdater operationIDUpdater) |
ServerProcessReloadHandler(org.jboss.msc.service.ServiceName rootService,
RunningModeControl runningModeControl,
ControlledProcessState processState) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.