| 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.
|
TransientConfigurationPersister(ConfigurationFile file,
QName rootElement,
org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> rootParser,
org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser)
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,
String defaultHostControllerName) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationFile |
ServerEnvironment.getServerConfigurationFile()
Gets the
ConfigurationFile that manages the server's configuration file. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.