Modifier and Type | Class and Description |
---|---|
class |
ApplicationClientConfigurationPersister
Application client configuration.
|
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 |
---|---|
static void |
DomainModelUtil.initializeMasterDomainRegistry(ManagementResourceRegistration root,
ExtensibleConfigurationPersister configurationPersister,
ContentRepository contentRepository,
HostFileRepository fileRepository,
DomainController domainController,
ExtensionRegistry extensionRegistry) |
static void |
DomainModelUtil.initializeSlaveDomainRegistry(ManagementResourceRegistration root,
ExtensibleConfigurationPersister configurationPersister,
ContentRepository contentRepository,
HostFileRepository fileRepository,
LocalHostControllerInfo hostControllerInfo,
ExtensionRegistry extensionRegistry,
IgnoredDomainResourceRegistry ignoredDomainResourceRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
HostControllerConfigurationPersister
Configuration persister that can delegate to a domain or host persister depending what needs to be persisted.
|
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 © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.