Modifier and Type | Class and Description |
---|---|
class |
ApplicationClientConfigurationPersister
Application client configuration.
|
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)
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 |
TransientConfigurationPersister
Do not store the new model.
|
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) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.