Package | Description |
---|---|
org.jboss.as.controller | |
org.jboss.as.controller.persistence | |
org.jboss.as.server |
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.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 void |
AbstractControllerService.boot(List<org.jboss.dmr.ModelNode> bootOperations) |
protected void |
AbstractControllerService.finishBoot() |
Modifier and Type | Method and Description |
---|---|
List<org.jboss.dmr.ModelNode> |
XmlConfigurationPersister.load()
Load the configuration model, returning it as a list of updates to be
executed by the controller.
|
List<org.jboss.dmr.ModelNode> |
ConfigurationPersister.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 |
XmlConfigurationPersister.snapshot() |
String |
ConfigurationPersister.snapshot()
Take a snapshot of the current configuration
|
String |
BackupXmlConfigurationPersister.snapshot() |
protected void |
XmlConfigurationPersister.store(org.jboss.dmr.ModelNode model,
File file) |
ConfigurationPersister.PersistenceResource |
TransientConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
ConfigurationPersister.PersistenceResource |
XmlConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model.
|
ConfigurationPersister.PersistenceResource |
ConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model.
|
ConfigurationPersister.PersistenceResource |
BackupXmlConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
void |
AbstractConfigurationPersister.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
|
void |
BackupXmlConfigurationPersister.successfulBoot() |
protected void |
XmlConfigurationPersister.successfulBoot(File file) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerService.boot(BootContext context) |
protected void |
ServerService.boot(List<org.jboss.dmr.ModelNode> bootOperations) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.