Class DelegatingManagementResourceRegistration

java.lang.Object
org.jboss.as.controller.registry.DelegatingManagementResourceRegistration
All Implemented Interfaces:
FeatureFilter, FeatureRegistry, ImmutableManagementResourceRegistration, ManagementResourceRegistration

public class DelegatingManagementResourceRegistration extends Object implements ManagementResourceRegistration
ManagementResourceRegistration implementation that simply delegates to another ManagementResourceRegistration. Intended as a convenience class to allow overriding of standard behaviors and also as a means to support a copy-on-write/publish-on-commit semantic for the management resource tree.
Author:
Brian Stansberry (c) 2013 Red Hat Inc.