Package | Description |
---|---|
org.jboss.as.controller.persistence | |
org.jboss.as.server |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfigurationPersister
Abstract superclass for
ExtensibleConfigurationPersister implementations. |
class |
BackupXmlConfigurationPersister
An XML configuration persister which backs up the old file before overwriting it.
|
class |
NullConfigurationPersister
A configuration persister which does not store configuration changes.
|
class |
TransientConfigurationPersister
Do not store the new model.
|
class |
XmlConfigurationPersister
A configuration persister which uses an XML file for backing storage.
|
Modifier and Type | Method and Description |
---|---|
ExtensibleConfigurationPersister |
Bootstrap.ConfigurationPersisterFactory.createConfigurationPersister(ServerEnvironment serverEnvironment,
ExecutorService executorService) |
Modifier and Type | Method and Description |
---|---|
static void |
ServerControllerModelUtil.initOperations(ManagementResourceRegistration root,
ContentRepository contentRepository,
ExtensibleConfigurationPersister extensibleConfigurationPersister,
ServerEnvironment serverEnvironment,
ControlledProcessState processState,
RunningModeControl runningModeControl,
AbstractVaultReader vaultReader,
ExtensionRegistry extensionRegistry,
boolean parallelBoot,
DeploymentFileRepository remoteFileRepository) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.