public final class NullConfigurationPersister extends AbstractConfigurationPersister
ConfigurationPersister.PersistenceResource, ConfigurationPersister.SnapshotInfo
NULL_SNAPSHOT_INFO
Constructor and Description |
---|
NullConfigurationPersister() |
NullConfigurationPersister(org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser) |
Modifier and Type | Method and Description |
---|---|
List<org.jboss.dmr.ModelNode> |
load()
Load the configuration model, returning it as a list of updates to be
executed by the controller.
|
ConfigurationPersister.PersistenceResource |
store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model.
|
deleteSnapshot, listSnapshots, marshallAsXml, registerSubsystemWriter, snapshot, successfulBoot, unregisterSubsystemWriter
public NullConfigurationPersister()
public NullConfigurationPersister(org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser)
public ConfigurationPersister.PersistenceResource store(org.jboss.dmr.ModelNode model, Set<PathAddress> affectedAddresses)
model
- the model to persistpublic List<org.jboss.dmr.ModelNode> load()
Copyright © 2023 JBoss by Red Hat. All rights reserved.