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.failedToBackup(Throwable cause,
File file)
Creates an exception indicating a failure to backup the file, represented by the
file parameter. |
ConfigurationPersistenceException |
ControllerLogger_$logger.failedToBackup(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.failedToCreateConfigurationBackup(Throwable cause,
File file) |
ConfigurationPersistenceException |
ControllerLogger.failedToMarshalConfiguration(Throwable cause)
Creates an exception indicating a failure to marshal the configuration.
|
ConfigurationPersistenceException |
ControllerLogger_$logger.failedToMarshalConfiguration(Throwable cause) |
ConfigurationPersistenceException |
ControllerLogger.failedToParseConfiguration(Throwable cause)
Creates an exception indicating a failure to parse the configuration.
|
ConfigurationPersistenceException |
ControllerLogger_$logger.failedToParseConfiguration(Throwable cause) |
ConfigurationPersistenceException |
ControllerLogger.failedToRenameTempFile(Throwable cause,
File temp,
File file) |
ConfigurationPersistenceException |
ControllerLogger_$logger.failedToRenameTempFile(Throwable cause,
File temp,
File file) |
ConfigurationPersistenceException |
ControllerLogger.failedToStoreConfiguration(Throwable cause)
Creates an exception indicating a failure to store the configuration.
|
ConfigurationPersistenceException |
ControllerLogger_$logger.failedToStoreConfiguration(Throwable cause) |
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.failedToTakeSnapshot(Throwable cause,
File file,
File snapshot) |
ConfigurationPersistenceException |
ControllerLogger.failedToWriteConfiguration(Throwable cause)
Creates an exception indicating a failure to write the configuration.
|
ConfigurationPersistenceException |
ControllerLogger_$logger.failedToWriteConfiguration(Throwable cause) |
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 |
XmlConfigurationPersister.snapshot() |
String |
BackupXmlConfigurationPersister.snapshot() |
String |
AbstractConfigurationPersister.snapshot() |
String |
ConfigurationPersister.snapshot()
Take a snapshot of the current configuration
|
ConfigurationPersister.PersistenceResource |
XmlConfigurationPersister.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) |
ConfigurationPersister.PersistenceResource |
ConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model.
|
void |
BackupXmlConfigurationPersister.successfulBoot() |
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
|
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 boolean |
ModelTestModelControllerService.boot(List<org.jboss.dmr.ModelNode> bootOperations,
boolean rollbackOnRuntimeFailure) |
List<org.jboss.dmr.ModelNode> |
StringConfigurationPersister.load() |
ConfigurationPersister.PersistenceResource |
StringConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
Modifier and Type | Method and Description |
---|---|
List<org.jboss.dmr.ModelNode> |
SelfContainedConfigurationPersister.load() |
void |
SelfContainedConfigurationPersister.marshallAsXml(org.jboss.dmr.ModelNode model,
OutputStream output) |
String |
SelfContainedConfigurationPersister.snapshot() |
ConfigurationPersister.PersistenceResource |
SelfContainedConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
void |
SelfContainedConfigurationPersister.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 © 2023 JBoss by Red Hat. All rights reserved.