| 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 |
|---|---|
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.
|
default String |
ConfigurationPersister.publish(String target)
Publish the current configuration
|
default String |
ConfigurationPersister.snapshot()
Deprecated.
use #snapshot(String name, String message) instead.
|
String |
BackupXmlConfigurationPersister.snapshot(String name,
String comment) |
default String |
ConfigurationPersister.snapshot(String name,
String message)
Take a snapshot of the current configuration.
|
ConfigurationPersister.PersistenceResource |
BackupXmlConfigurationPersister.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 if
ConfigurationPersister.isPersisting() would return true, otherwise
return a no-op ConfigurationPersister.PersistenceResource. |
ConfigurationPersister.PersistenceResource |
ConfigurationPersister.store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses)
Persist the given configuration model if
ConfigurationPersister.isPersisting() would return true, otherwise
return a no-op ConfigurationPersister.PersistenceResource. |
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.
|
void |
AbstractConfigurationPersister.successfulBoot() |
protected void |
XmlConfigurationPersister.successfulBoot(File file) |
| Constructor and Description |
|---|
AbstractFilePersistenceResource(org.jboss.dmr.ModelNode model,
AbstractConfigurationPersister persister) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.