This MBean manages each Configuration that the ConfiguratorManager holds.
Atributes:
Its own name
One attribute for each category
Operations:
Reload: It reloads the configuration using ConfigurationManager.reload()
Save: Saves que configuration using ConfigurationMananager.save()
Notes:
ConfigurationMbeans could be registered as FileChangeListeners
If the configuration file changes, the method reloadConfiguration should be executed
so as to sincronize the MBean with its managed configuration