Package org.jboss.as.controller
Interface ConfigurationChangesCollector
-
- All Known Implementing Classes:
ConfigurationChangesCollector.ConfigurationChangesCollectorImpl
public interface ConfigurationChangesCollectorCollects configuration changes.- Author:
- Emmanuel Hugonnet (c) 2015 Red Hat, inc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigurationChangesCollector.ConfigurationChangestatic classConfigurationChangesCollector.ConfigurationChangesCollectorImpl
-
Field Summary
Fields Modifier and Type Field Description static ConfigurationChangesCollector.ConfigurationChangesCollectorImplINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddConfigurationChanges(ConfigurationChangesCollector.ConfigurationChange change)voiddeactivate()List<org.jboss.dmr.ModelNode>getChanges()voidsetMaxHistory(int maxHistory)booleantrackAllowed()
-
-
-
Field Detail
-
INSTANCE
static final ConfigurationChangesCollector.ConfigurationChangesCollectorImpl INSTANCE
-
-
Method Detail
-
addConfigurationChanges
void addConfigurationChanges(ConfigurationChangesCollector.ConfigurationChange change)
-
getChanges
List<org.jboss.dmr.ModelNode> getChanges()
-
setMaxHistory
void setMaxHistory(int maxHistory)
-
trackAllowed
boolean trackAllowed()
-
deactivate
void deactivate()
-
-