Package org.jboss.as.controller
Class ConfigurationChangesCollector.ConfigurationChangesCollectorImpl
- java.lang.Object
-
- org.jboss.as.controller.ConfigurationChangesCollector.ConfigurationChangesCollectorImpl
-
- All Implemented Interfaces:
ConfigurationChangesCollector
- Enclosing interface:
- ConfigurationChangesCollector
public static class ConfigurationChangesCollector.ConfigurationChangesCollectorImpl extends Object implements ConfigurationChangesCollector
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.as.controller.ConfigurationChangesCollector
ConfigurationChangesCollector.ConfigurationChange, ConfigurationChangesCollector.ConfigurationChangesCollectorImpl
-
-
Field Summary
-
Fields inherited from interface org.jboss.as.controller.ConfigurationChangesCollector
INSTANCE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConfigurationChanges(ConfigurationChangesCollector.ConfigurationChange change)voiddeactivate()List<org.jboss.dmr.ModelNode>getChanges()voidsetMaxHistory(int maxHistory)booleantrackAllowed()
-
-
-
Method Detail
-
addConfigurationChanges
public void addConfigurationChanges(ConfigurationChangesCollector.ConfigurationChange change)
- Specified by:
addConfigurationChangesin interfaceConfigurationChangesCollector
-
setMaxHistory
public void setMaxHistory(int maxHistory)
- Specified by:
setMaxHistoryin interfaceConfigurationChangesCollector
-
getChanges
public List<org.jboss.dmr.ModelNode> getChanges()
- Specified by:
getChangesin interfaceConfigurationChangesCollector
-
trackAllowed
public boolean trackAllowed()
- Specified by:
trackAllowedin interfaceConfigurationChangesCollector
-
deactivate
public void deactivate()
- Specified by:
deactivatein interfaceConfigurationChangesCollector
-
-