Package | Description |
---|---|
org.jboss.as.controller.persistence | |
org.jboss.as.host.controller | |
org.jboss.as.server |
Constructor and Description |
---|
BackupXmlConfigurationPersister(ConfigurationFile file,
QName rootElement,
org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> rootParser,
org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser)
Construct a new instance.
|
BackupXmlConfigurationPersister(ConfigurationFile file,
QName rootElement,
org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> rootParser,
org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser,
boolean reload,
boolean allowEmpty)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationFile |
HostControllerEnvironment.getDomainConfigurationFile() |
ConfigurationFile |
HostControllerEnvironment.getHostConfigurationFile() |
Modifier and Type | Method and Description |
---|---|
static ExtensibleConfigurationPersister |
ConfigurationPersisterFactory.createDomainXmlConfigurationPersister(ConfigurationFile file,
ExecutorService executorService,
ExtensionRegistry extensionRegistry) |
static ExtensibleConfigurationPersister |
ConfigurationPersisterFactory.createHostXmlConfigurationPersister(ConfigurationFile file,
HostControllerEnvironment environment,
ExecutorService executorService,
ExtensionRegistry hostExtensionRegistry) |
Modifier and Type | Method and Description |
---|---|
ConfigurationFile |
ServerEnvironment.getServerConfigurationFile()
Gets the
ConfigurationFile that manages the server's configuration file. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.