Interface | Description |
---|---|
ConfigurationPersister |
The configuration persister for a model.
|
ConfigurationPersister.PersistenceResource |
Callback for use by callers to
ConfigurationPersister.store(org.jboss.dmr.ModelNode, java.util.Set)
to control whether the stored model should be flushed to permanent storage. |
ConfigurationPersister.SnapshotInfo |
Contains the info about the configuration snapshots
|
ConfigurationPersisterProvider |
Provider of a
ConfigurationPersister . |
ExtensibleConfigurationPersister |
Combines
ConfigurationPersister and SubsystemXmlWriterRegistry . |
ModelMarshallingContext |
Context passed to
XMLElementWriter s that marshal a model. |
SubsystemXmlWriterRegistry |
Registry for
XMLElementWriter s that can marshal the configuration
for a subsystem. |
Class | Description |
---|---|
AbstractConfigurationPersister |
Abstract superclass for
ExtensibleConfigurationPersister implementations. |
AbstractFilePersistenceResource | |
BackupXmlConfigurationPersister |
An XML configuration persister which backs up the old file before overwriting it.
|
ConfigurationFile |
Encapsulates the configuration file and manages its history
|
ConfigurationFilePersistenceResource |
ConfigurationPersister.PersistenceResource that persists to a configuration file upon commit, also
ensuring proper backup copies are made. |
FilePersistenceResource |
ConfigurationPersister.PersistenceResource that persists to a file upon commit. |
NullConfigurationPersister |
A configuration persister which does not store configuration changes.
|
SubsystemMarshallingContext |
Context passed to
XMLElementWriter s that marshal a subsystem. |
XmlConfigurationPersister |
A configuration persister which uses an XML file for backing storage.
|
Enum | Description |
---|---|
ConfigurationFile.InteractionPolicy |
Policy controlling how to deal with the configuration file
|
Exception | Description |
---|---|
ConfigurationPersistenceException |
An exception relating to a configuration persistence problem.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.