public static class ConfigurationChangesCollector.ConfigurationChangesCollectorImpl extends Object implements ConfigurationChangesCollector
ConfigurationChangesCollector.ConfigurationChange, 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() |
public void addConfigurationChanges(ConfigurationChangesCollector.ConfigurationChange change)
addConfigurationChanges
in interface ConfigurationChangesCollector
public void setMaxHistory(int maxHistory)
setMaxHistory
in interface ConfigurationChangesCollector
public List<org.jboss.dmr.ModelNode> getChanges()
getChanges
in interface ConfigurationChangesCollector
public boolean trackAllowed()
trackAllowed
in interface ConfigurationChangesCollector
public void deactivate()
deactivate
in interface ConfigurationChangesCollector
Copyright © 2023 JBoss by Red Hat. All rights reserved.