Uses of Interface
org.jboss.as.controller.persistence.ConfigurationPersister
-
Packages that use ConfigurationPersister Package Description org.jboss.as.controller org.jboss.as.controller.operations.common org.jboss.as.controller.persistence -
-
Uses of ConfigurationPersister in org.jboss.as.controller
Methods in org.jboss.as.controller with parameters of type ConfigurationPersister Modifier and Type Method Description protected voidAbstractControllerService. setConfigurationPersister(ConfigurationPersister persister)Constructors in org.jboss.as.controller with parameters of type ConfigurationPersister Constructor Description AbstractControllerService(Supplier<ExecutorService> executorService, Supplier<AbstractControllerService.ControllerInstabilityListener> instabilityListener, ProcessType processType, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, CapabilityRegistry capabilityRegistry, ConfigurationExtension configExtension)Deprecated, for removal: This API element is subject to removal in a future version.For use by legacy versionsAbstractControllerService(Supplier<ExecutorService> executorService, Supplier<AbstractControllerService.ControllerInstabilityListener> instabilityListener, ProcessType processType, Stability stability, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, CapabilityRegistry capabilityRegistry, ConfigurationExtension configExtension)Construct a new instance.AbstractControllerService(ProcessType processType, RunningModeControl runningModeControl, ConfigurationPersister configurationPersister, ControlledProcessState processState, ResourceDefinition rootResourceDefinition, OperationStepHandler prepareStep, ExpressionResolver expressionResolver, ManagedAuditLogger auditLogger, DelegatingConfigurableAuthorizer authorizer, ManagementSecurityIdentitySupplier securityIdentitySupplier, CapabilityRegistry capabilityRegistry)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ConfigurationPersister in org.jboss.as.controller.operations.common
Constructors in org.jboss.as.controller.operations.common with parameters of type ConfigurationPersister Constructor Description AbstractXmlMarshallingHandler(ConfigurationPersister configPersister)ConfigurationPublishHandler(ConfigurationPersister persister)SnapshotDeleteHandler(ConfigurationPersister persister)SnapshotListHandler(ConfigurationPersister persister)SnapshotTakeHandler(ConfigurationPersister persister)XmlFileMarshallingHandler(ConfigurationPersister configPersister)XmlMarshallingHandler(ConfigurationPersister configPersister) -
Uses of ConfigurationPersister in org.jboss.as.controller.persistence
Subinterfaces of ConfigurationPersister in org.jboss.as.controller.persistence Modifier and Type Interface Description interfaceExtensibleConfigurationPersisterCombinesConfigurationPersisterandSubsystemXmlWriterRegistry.Classes in org.jboss.as.controller.persistence that implement ConfigurationPersister Modifier and Type Class Description classAbstractConfigurationPersisterAbstract superclass forExtensibleConfigurationPersisterimplementations.classBackupXmlConfigurationPersisterAn XML configuration persister which backs up the old file before overwriting it.classNullConfigurationPersisterA configuration persister which does not store configuration changes.classXmlConfigurationPersisterA configuration persister which uses an XML file for backing storage.Methods in org.jboss.as.controller.persistence that return ConfigurationPersister Modifier and Type Method Description ConfigurationPersisterConfigurationPersisterProvider. getConfigurationPersister()
-