Uses of Class
org.jconfig.jmx.AbstractDynamicMBean

Packages that use AbstractDynamicMBean
org.jconfig.jmx   
 

Uses of AbstractDynamicMBean in org.jconfig.jmx
 

Subclasses of AbstractDynamicMBean in org.jconfig.jmx
 class CategoryDynamicMBean
          This MBean represents a Category contained in a Configuration

Attributes: Its own name One attribute for each property the category contains
Operations: None
 class ConfigurationDynamicMBean
          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
 



Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.