public interface ConfigurationChangesCollector
Modifier and Type | Interface and Description |
---|---|
static class |
ConfigurationChangesCollector.ConfigurationChange |
static class |
ConfigurationChangesCollector.ConfigurationChangesCollectorImpl |
Modifier and Type | Field and Description |
---|---|
static ConfigurationChangesCollector.ConfigurationChangesCollectorImpl |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
addConfigurationChanges(ConfigurationChangesCollector.ConfigurationChange change) |
void |
deactivate() |
List<org.jboss.dmr.ModelNode> |
getChanges() |
void |
setMaxHistory(int maxHistory) |
boolean |
trackAllowed() |
static final ConfigurationChangesCollector.ConfigurationChangesCollectorImpl INSTANCE
void addConfigurationChanges(ConfigurationChangesCollector.ConfigurationChange change)
List<org.jboss.dmr.ModelNode> getChanges()
void setMaxHistory(int maxHistory)
boolean trackAllowed()
void deactivate()
Copyright © 2023 JBoss by Red Hat. All rights reserved.