Uses of Class
org.jboss.as.controller.persistence.ConfigurationPersistenceException
-
Packages that use ConfigurationPersistenceException Package Description org.jboss.as.controller org.jboss.as.controller.logging org.jboss.as.controller.persistence -
-
Uses of ConfigurationPersistenceException in org.jboss.as.controller
Methods in org.jboss.as.controller that throw ConfigurationPersistenceException Modifier and Type Method Description protected 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 booleanAbstractControllerService. boot(List<org.jboss.dmr.ModelNode> bootOperations, boolean rollbackOnRuntimeFailure, MutableRootResourceRegistrationProvider parallelBootRootResourceRegistrationProvider)Deprecated.internal use only only for use by legacy test controllersprotected voidAbstractControllerService. boot(BootContext context)Boot the controller.protected voidAbstractControllerService. finishBoot()protected voidAbstractControllerService. finishBoot(boolean readOnly) -
Uses of ConfigurationPersistenceException in org.jboss.as.controller.logging
-
Uses of ConfigurationPersistenceException in org.jboss.as.controller.persistence
Methods in org.jboss.as.controller.persistence that throw ConfigurationPersistenceException Modifier and Type Method Description List<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 StringConfigurationPersister. publish(String target)Publish the current configurationStringBackupXmlConfigurationPersister. snapshot(String name, String comment)default StringConfigurationPersister. snapshot()Deprecated.use #snapshot(String name, String message) instead.default StringConfigurationPersister. snapshot(String name, String message)Take a snapshot of the current configuration.ConfigurationPersister.PersistenceResourceBackupXmlConfigurationPersister. store(org.jboss.dmr.ModelNode model, Set<PathAddress> affectedAddresses)ConfigurationPersister.PersistenceResourceConfigurationPersister. store(org.jboss.dmr.ModelNode model, Set<PathAddress> affectedAddresses)Persist the given configuration model ifConfigurationPersister.isPersisting()would returntrue, otherwise return a no-opConfigurationPersister.PersistenceResource.ConfigurationPersister.PersistenceResourceXmlConfigurationPersister. 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 ConfigurationPersistenceException Constructor Description AbstractFilePersistenceResource(org.jboss.dmr.ModelNode model, AbstractConfigurationPersister persister)
-