Modifier and Type | Method and Description |
---|---|
protected void |
AbstractControllerService.setConfigurationPersister(ConfigurationPersister persister) |
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 |
---|
SnapshotDeleteHandler(ConfigurationPersister persister) |
SnapshotListHandler(ConfigurationPersister persister) |
SnapshotTakeHandler(ConfigurationPersister persister) |
XmlMarshallingHandler(ConfigurationPersister configPersister) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtensibleConfigurationPersister
Combines
ConfigurationPersister and SubsystemXmlWriterRegistry . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfigurationPersister
Abstract superclass for
ExtensibleConfigurationPersister implementations. |
class |
BackupXmlConfigurationPersister
An XML configuration persister which backs up the old file before overwriting it.
|
class |
NullConfigurationPersister
A configuration persister which does not store configuration changes.
|
class |
XmlConfigurationPersister
A configuration persister which uses an XML file for backing storage.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationPersister |
ConfigurationPersisterProvider.getConfigurationPersister() |
Modifier and Type | Class and Description |
---|---|
class |
HostControllerConfigurationPersister
Configuration persister that can delegate to a domain or host persister depending what needs to be persisted.
|
Constructor and Description |
---|
HostXmlMarshallingHandler(ConfigurationPersister configPersister,
LocalHostControllerInfo hostControllerInfo) |
Modifier and Type | Class and Description |
---|---|
class |
StringConfigurationPersister
Internal class used to marshall/read the model
|
Modifier and Type | Class and Description |
---|---|
class |
SelfContainedConfigurationPersister
A read-only configuration persister that provides configuration
from a pre-computed list of operations.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.