public final class NullConfigurationPersister extends AbstractConfigurationPersister
ConfigurationPersister.PersistenceResource, ConfigurationPersister.SnapshotInfoNULL_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 if
ConfigurationPersister.isPersisting() would return true, otherwise
return a no-op ConfigurationPersister.PersistenceResource. |
deleteSnapshot, listSnapshots, marshallAsXml, registerSubsystemWriter, registerSubsystemWriter, successfulBoot, unregisterSubsystemWriterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisPersisting, publish, snapshot, snapshotpublic NullConfigurationPersister()
public NullConfigurationPersister(org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser)
public ConfigurationPersister.PersistenceResource store(org.jboss.dmr.ModelNode model, Set<PathAddress> affectedAddresses)
ConfigurationPersister.isPersisting() would return true, otherwise
return a no-op ConfigurationPersister.PersistenceResource.model - the model to persistaffectedAddresses - the addresses of the resources that were changednullpublic List<org.jboss.dmr.ModelNode> load()
Copyright © 2020 JBoss by Red Hat. All rights reserved.