| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.logging | |
| org.jboss.as.controller.persistence |
| 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)
Boot with the given operations, performing full model and capability registry validation.
|
protected boolean |
AbstractControllerService.boot(List<org.jboss.dmr.ModelNode> bootOperations,
boolean rollbackOnRuntimeFailure,
boolean skipModelValidation)
Boot with the given operations, optionally disabling model and capability registry validation.
|
protected boolean |
AbstractControllerService.boot(List<org.jboss.dmr.ModelNode> bootOperations,
boolean rollbackOnRuntimeFailure,
boolean skipModelValidation,
MutableRootResourceRegistrationProvider parallelBootRootResourceRegistrationProvider)
Boot, optionally disabling model and capability registry validation, using the given provider for the root
ManagementResourceRegistration. |
protected boolean |
AbstractControllerService.boot(List<org.jboss.dmr.ModelNode> bootOperations,
boolean rollbackOnRuntimeFailure,
MutableRootResourceRegistrationProvider parallelBootRootResourceRegistrationProvider)
Deprecated.
internal use only only for use by legacy test controllers
|
protected void |
AbstractControllerService.finishBoot() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPersistenceException |
ControllerLogger_$logger.failedToBackup(Throwable cause,
File file) |
ConfigurationPersistenceException |
ControllerLogger.failedToBackup(Throwable cause,
File file)
Creates an exception indicating a failure to backup the file, represented by the
file parameter. |
ConfigurationPersistenceException |
ControllerLogger_$logger.failedToCreateConfigurationBackup(Throwable cause,
File file) |
ConfigurationPersistenceException |
ControllerLogger.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 |
ControllerLogger_$logger.failedToMarshalConfiguration(Throwable cause) |
ConfigurationPersistenceException |
ControllerLogger.failedToMarshalConfiguration(Throwable cause)
Creates an exception indicating a failure to marshal the configuration.
|
ConfigurationPersistenceException |
ControllerLogger_$logger.failedToParseConfiguration(Throwable cause) |
ConfigurationPersistenceException |
ControllerLogger.failedToParseConfiguration(Throwable cause)
Creates an exception indicating a failure to parse the configuration.
|
ConfigurationPersistenceException |
ControllerLogger_$logger.failedToRenameTempFile(Throwable cause,
File temp,
File file) |
ConfigurationPersistenceException |
ControllerLogger.failedToRenameTempFile(Throwable cause,
File temp,
File file) |
ConfigurationPersistenceException |
ControllerLogger_$logger.failedToStoreConfiguration(Throwable cause) |
ConfigurationPersistenceException |
ControllerLogger.failedToStoreConfiguration(Throwable cause)
Creates an exception indicating a failure to store the configuration.
|
ConfigurationPersistenceException |
ControllerLogger_$logger.failedToTakeSnapshot(Throwable cause,
File file,
File snapshot) |
ConfigurationPersistenceException |
ControllerLogger.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 |
ControllerLogger_$logger.failedToWriteConfiguration(Throwable cause) |
ConfigurationPersistenceException |
ControllerLogger.failedToWriteConfiguration(Throwable cause)
Creates an exception indicating a failure to write the configuration.
|
| 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 |
ConfigurationPersister.marshallAsXml(org.jboss.dmr.ModelNode model,
OutputStream output)
Marshals the given configuration model to XML, writing to the given stream.
|
void |
AbstractConfigurationPersister.marshallAsXml(org.jboss.dmr.ModelNode model,
OutputStream output)
Marshals the given configuration model to XML, writing to the given stream.
|
String |
XmlConfigurationPersister.snapshot() |
String |
ConfigurationPersister.snapshot()
Take a snapshot of the current configuration
|
String |
BackupXmlConfigurationPersister.snapshot() |
String |
AbstractConfigurationPersister.snapshot() |
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 |
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() |
void |
AbstractConfigurationPersister.successfulBoot() |
protected void |
XmlConfigurationPersister.successfulBoot(File file) |
| Constructor and Description |
|---|
AbstractFilePersistenceResource(org.jboss.dmr.ModelNode model,
AbstractConfigurationPersister persister) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.