Package org.jboss.as.controller
Interface ConfigurationChangesCollector
- All Known Implementing Classes:
ConfigurationChangesCollector.ConfigurationChangesCollectorImpl
public interface ConfigurationChangesCollector
Collects configuration changes.
- Author:
- Emmanuel Hugonnet (c) 2015 Red Hat, inc.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic class -
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidList<org.jboss.dmr.ModelNode>voidsetMaxHistory(int maxHistory) boolean
-
Field Details
-
INSTANCE
-
-
Method Details
-
addConfigurationChanges
-
getChanges
List<org.jboss.dmr.ModelNode> getChanges() -
setMaxHistory
void setMaxHistory(int maxHistory) -
trackAllowed
boolean trackAllowed() -
deactivate
void deactivate()
-