All Config MBeans must extend this interface, whether they
represent elements or whether they are managers. Extending
this interface implies that the class is part of the API
for configuration.
All AMXConfig s are required to implement NotificationEmitter.
A Config must issue {@link javax.management.AttributeChangeNotification} when
changes are made to the configuration. |