Interface ExtensibleConfigurationPersister
- All Superinterfaces:
ConfigurationPersister,SubsystemXmlWriterRegistry
- All Known Implementing Classes:
AbstractConfigurationPersister,BackupXmlConfigurationPersister,NullConfigurationPersister,XmlConfigurationPersister
public interface ExtensibleConfigurationPersister
extends ConfigurationPersister, SubsystemXmlWriterRegistry
Combines
ConfigurationPersister and SubsystemXmlWriterRegistry.- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.as.controller.persistence.ConfigurationPersister
ConfigurationPersister.PersistenceResource, ConfigurationPersister.SnapshotInfo -
Field Summary
Fields inherited from interface org.jboss.as.controller.persistence.ConfigurationPersister
NULL_SNAPSHOT_INFO -
Method Summary
Methods inherited from interface org.jboss.as.controller.persistence.ConfigurationPersister
deleteSnapshot, hasStored, isPersisting, listSnapshots, load, marshallAsXml, publish, snapshot, store, successfulBootMethods inherited from interface org.jboss.as.controller.persistence.SubsystemXmlWriterRegistry
registerSubsystemWriter, unregisterSubsystemWriter