Uses of Class
org.jboss.as.logging.logmanager.ConfigurationPersistence
-
Packages that use ConfigurationPersistence Package Description org.jboss.as.logging org.jboss.as.logging.logmanager -
-
Uses of ConfigurationPersistence in org.jboss.as.logging
Methods in org.jboss.as.logging with parameters of type ConfigurationPersistence Modifier and Type Method Description protected voidLoggingOperations.LoggingWriteAttributeHandler. revertUpdateToRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode valueToRestore, org.jboss.dmr.ModelNode valueToRevert, ConfigurationPersistence configurationPersistence)Method parameters in org.jboss.as.logging with type arguments of type ConfigurationPersistence Modifier and Type Method Description protected booleanLoggingOperations.LoggingWriteAttributeHandler. applyUpdateToRuntime(OperationContext context, org.jboss.dmr.ModelNode operation, String attributeName, org.jboss.dmr.ModelNode resolvedValue, org.jboss.dmr.ModelNode currentValue, AbstractWriteAttributeHandler.HandbackHolder<ConfigurationPersistence> handbackHolder) -
Uses of ConfigurationPersistence in org.jboss.as.logging.logmanager
Methods in org.jboss.as.logging.logmanager that return ConfigurationPersistence Modifier and Type Method Description static ConfigurationPersistenceConfigurationPersistence. getConfigurationPersistence(org.jboss.logmanager.LogContext logContext)Gets the property configurator.static ConfigurationPersistenceConfigurationPersistence. getOrCreateConfigurationPersistence()Gets the property configurator.static ConfigurationPersistenceConfigurationPersistence. getOrCreateConfigurationPersistence(org.jboss.logmanager.LogContext logContext)Gets the property configurator.
-