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
Modifier and TypeMethodDescriptionvoidvoidList<org.jboss.dmr.ModelNode>voidsetMaxHistory(int maxHistory) boolean
-
Method Details
-
addConfigurationChanges
- Specified by:
addConfigurationChangesin interfaceConfigurationChangesCollector
-
setMaxHistory
public void setMaxHistory(int maxHistory) - Specified by:
setMaxHistoryin interfaceConfigurationChangesCollector
-
getChanges
- Specified by:
getChangesin interfaceConfigurationChangesCollector
-
trackAllowed
public boolean trackAllowed()- Specified by:
trackAllowedin interfaceConfigurationChangesCollector
-
deactivate
public void deactivate()- Specified by:
deactivatein interfaceConfigurationChangesCollector
-