Package | Description |
---|---|
org.jboss.as.appclient.subsystem | |
org.jboss.as.controller | |
org.jboss.as.controller.persistence | |
org.jboss.as.host.controller | |
org.jboss.as.server |
Modifier and Type | Method and Description |
---|---|
List<org.jboss.dmr.ModelNode> |
ApplicationClientConfigurationPersister.load() |
void |
ApplicationClientConfigurationPersister.marshallAsXml(org.jboss.dmr.ModelNode model,
OutputStream output) |
String |
ApplicationClientConfigurationPersister.snapshot() |
ConfigurationPersister.PersistenceResource |
ApplicationClientConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
void |
ApplicationClientConfigurationPersister.successfulBoot() |
Modifier and Type | Method and Description |
---|---|
ConfigurationPersistenceException |
ControllerMessages.failedToBackup(Throwable cause,
File file)
Creates an exception indicating a failure to backup the file, represented by the
file parameter. |
ConfigurationPersistenceException |
ControllerMessages.failedToCreateConfigurationBackup(Throwable cause,
File file)
Creates an exception indicating a failure to create backup copies of configuration the file, represented by the
file parameter. |
ConfigurationPersistenceException |
ControllerMessages.failedToMarshalConfiguration(Throwable cause)
Creates an exception indicating a failure to marshal the configuration.
|
ConfigurationPersistenceException |
ControllerMessages.failedToParseConfiguration(Throwable cause)
Creates an exception indicating a failure to parse the configuration.
|
ConfigurationPersistenceException |
ControllerMessages.failedToRenameTempFile(Throwable cause,
File temp,
File file) |
ConfigurationPersistenceException |
ControllerMessages.failedToStoreConfiguration(Throwable cause)
Creates an exception indicating a failure to store the configuration.
|
ConfigurationPersistenceException |
ControllerMessages.failedToTakeSnapshot(Throwable cause,
File file,
File snapshot)
Creates an exception indicating a failure to take a snapshot of the file, represented by the
file
parameter. |
ConfigurationPersistenceException |
ControllerMessages.failedToWriteConfiguration(Throwable cause)
Creates an exception indicating a failure to write the configuration.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractControllerService.boot(BootContext context)
Boot the controller.
|
protected boolean |
AbstractControllerService.boot(List<org.jboss.dmr.ModelNode> bootOperations,
boolean rollbackOnRuntimeFailure) |
protected void |
AbstractControllerService.finishBoot() |
Modifier and Type | Method and Description |
---|---|
List<org.jboss.dmr.ModelNode> |
ConfigurationPersister.load()
Load the configuration model, returning it as a list of updates to be
executed by the controller.
|
List<org.jboss.dmr.ModelNode> |
XmlConfigurationPersister.load()
Load the configuration model, returning it as a list of updates to be
executed by the controller.
|
void |
AbstractConfigurationPersister.marshallAsXml(org.jboss.dmr.ModelNode model,
OutputStream output)
Marshals the given configuration model to XML, writing to the given stream.
|
void |
ConfigurationPersister.marshallAsXml(org.jboss.dmr.ModelNode model,
OutputStream output)
Marshals the given configuration model to XML, writing to the given stream.
|
String |
AbstractConfigurationPersister.snapshot() |
String |
BackupXmlConfigurationPersister.snapshot() |
String |
ConfigurationPersister.snapshot()
Take a snapshot of the current configuration
|
String |
XmlConfigurationPersister.snapshot() |
ConfigurationPersister.PersistenceResource |
BackupXmlConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
ConfigurationPersister.PersistenceResource |
ConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model.
|
ConfigurationPersister.PersistenceResource |
XmlConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model.
|
ConfigurationPersister.PersistenceResource |
TransientConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
void |
AbstractConfigurationPersister.successfulBoot() |
void |
BackupXmlConfigurationPersister.successfulBoot() |
void |
ConfigurationPersister.successfulBoot()
Called once the xml has been successfully parsed, translated into updates, executed in the target controller
and all services have started successfully
|
protected void |
XmlConfigurationPersister.successfulBoot(File file) |
Constructor and Description |
---|
AbstractFilePersistenceResource(org.jboss.dmr.ModelNode model,
AbstractConfigurationPersister persister) |
Modifier and Type | Method and Description |
---|---|
protected void |
DomainModelControllerService.boot(BootContext context) |
List<org.jboss.dmr.ModelNode> |
HostControllerConfigurationPersister.load() |
void |
HostControllerConfigurationPersister.marshallAsXml(org.jboss.dmr.ModelNode model,
OutputStream output) |
String |
HostControllerConfigurationPersister.snapshot() |
ConfigurationPersister.PersistenceResource |
HostControllerConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
void |
HostControllerConfigurationPersister.successfulBoot() |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerService.boot(BootContext context) |
protected boolean |
ServerService.boot(List<org.jboss.dmr.ModelNode> bootOperations,
boolean rollbackOnRuntimeFailure) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.