Uses of Class
org.jboss.as.controller.persistence.ConfigurationPersistenceException
Packages that use ConfigurationPersistenceException
Package
Description
-
Uses of ConfigurationPersistenceException in org.jboss.as.controller
Methods in org.jboss.as.controller that throw ConfigurationPersistenceExceptionModifier and TypeMethodDescriptionprotected booleanAbstractControllerService.boot(List<org.jboss.dmr.ModelNode> bootOperations, boolean rollbackOnRuntimeFailure) Boot with the given operations, performing full model and capability registry validation.protected booleanAbstractControllerService.boot(List<org.jboss.dmr.ModelNode> bootOperations, boolean rollbackOnRuntimeFailure, boolean skipModelValidation) Boot with the given operations, optionally disabling model and capability registry validation.protected booleanAbstractControllerService.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 rootManagementResourceRegistration.protected voidAbstractControllerService.boot(BootContext context) Boot the controller.protected voidAbstractControllerService.finishBoot()protected voidAbstractControllerService.finishBoot(boolean readOnly) -
Uses of ConfigurationPersistenceException in org.jboss.as.controller.logging
Methods in org.jboss.as.controller.logging that return ConfigurationPersistenceExceptionModifier and TypeMethodDescriptionControllerLogger_$logger.failedToBackup(Throwable cause, File file) ControllerLogger.failedToBackup(Throwable cause, File file) Creates an exception indicating a failure to backup the file, represented by thefileparameter.ControllerLogger_$logger.failedToCreateConfigurationBackup(Throwable cause, File file) ControllerLogger.failedToCreateConfigurationBackup(Throwable cause, File file) Creates an exception indicating a failure to create backup copies of configuration the file, represented by thefileparameter.ControllerLogger_$logger.failedToMarshalConfiguration(Throwable cause) ControllerLogger.failedToMarshalConfiguration(Throwable cause) Creates an exception indicating a failure to marshal the configuration.ControllerLogger_$logger.failedToParseConfiguration(Throwable cause) ControllerLogger.failedToParseConfiguration(Throwable cause) Creates an exception indicating a failure to parse the configuration.ControllerLogger_$logger.failedToPersistConfiguration(Throwable cause, String name, String error) ControllerLogger.failedToPersistConfiguration(Throwable cause, String name, String error) ControllerLogger_$logger.failedToPublishConfiguration(Throwable cause, String name, String error) ControllerLogger.failedToPublishConfiguration(Throwable cause, String name, String error) Logs an error message indicating a failure to store the configuration file.ControllerLogger_$logger.failedToPublishConfigurationInvalidRemote(String name) ControllerLogger.failedToPublishConfigurationInvalidRemote(String name) ControllerLogger_$logger.failedToRenameTempFile(Throwable cause, File temp, File file) ControllerLogger.failedToRenameTempFile(Throwable cause, File temp, File file) ControllerLogger_$logger.failedToTakeSnapshot(Throwable cause, File file, File snapshot) ControllerLogger.failedToTakeSnapshot(Throwable cause, File file, File snapshot) Creates an exception indicating a failure to take a snapshot of the file, represented by thefileparameter.ControllerLogger_$logger.failedToWriteConfiguration(Throwable cause) ControllerLogger.failedToWriteConfiguration(Throwable cause) Creates an exception indicating a failure to write the configuration.ControllerLogger_$logger.snapshotAlreadyExistError(String name) ControllerLogger.snapshotAlreadyExistError(String name) -
Uses of ConfigurationPersistenceException in org.jboss.as.controller.persistence
Methods in org.jboss.as.controller.persistence that throw ConfigurationPersistenceExceptionModifier and TypeMethodDescriptionList<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.voidAbstractConfigurationPersister.marshallAsXml(org.jboss.dmr.ModelNode model, OutputStream output) Marshals the given configuration model to XML, writing to the given stream.voidConfigurationPersister.marshallAsXml(org.jboss.dmr.ModelNode model, OutputStream output) Marshals the given configuration model to XML, writing to the given stream.default StringPublish the current configurationdefault StringTake a snapshot of the current configuration.BackupXmlConfigurationPersister.store(org.jboss.dmr.ModelNode model, Set<PathAddress> affectedAddresses) ConfigurationPersister.store(org.jboss.dmr.ModelNode model, Set<PathAddress> affectedAddresses) Persist the given configuration model ifConfigurationPersister.isPersisting()would returntrue, otherwise return a no-opConfigurationPersister.PersistenceResource.XmlConfigurationPersister.store(org.jboss.dmr.ModelNode model, Set<PathAddress> affectedAddresses) Persist the given configuration model ifConfigurationPersister.isPersisting()would returntrue, otherwise return a no-opConfigurationPersister.PersistenceResource.voidAbstractConfigurationPersister.successfulBoot()voidBackupXmlConfigurationPersister.successfulBoot()voidConfigurationPersister.successfulBoot()Called once the xml has been successfully parsed, translated into updates, executed in the target controller and all services have started successfully.protected voidXmlConfigurationPersister.successfulBoot(File file) Constructors in org.jboss.as.controller.persistence that throw ConfigurationPersistenceExceptionModifierConstructorDescriptionprotectedAbstractFilePersistenceResource(org.jboss.dmr.ModelNode model, AbstractConfigurationPersister persister)