Uses of Class
com.germinus.easyconf.ComponentConfiguration

Packages that use ComponentConfiguration
com.germinus.easyconf   
com.germinus.easyconf.jmx   
 

Uses of ComponentConfiguration in com.germinus.easyconf
 

Methods in com.germinus.easyconf that return ComponentConfiguration
static ComponentConfiguration EasyConf.getConfiguration(java.lang.String componentName)
          Get the full configuration of the given component.
static ComponentConfiguration EasyConf.getConfiguration(java.lang.String companyId, java.lang.String componentName)
          Get the full configuration of the given component, for the given company.
 

Uses of ComponentConfiguration in com.germinus.easyconf.jmx
 

Methods in com.germinus.easyconf.jmx that return ComponentConfiguration
protected  ComponentConfiguration ComponentConfigurationDynamicMBean.getComponentConfiguration()
          Returns the ComponentConfiguration associated with this MBean.
 

Methods in com.germinus.easyconf.jmx with parameters of type ComponentConfiguration
protected  void ComponentConfigurationDynamicMBean.setComponentConfiguration(ComponentConfiguration componentConfiguration)
           
 

Constructors in com.germinus.easyconf.jmx with parameters of type ComponentConfiguration
ComponentConfigurationDynamicMBean(ComponentConfiguration component)
          Create a MBean wraping some loaded ComponentConfiguration
 



Copyright © 2005 EasyConf team. All Rights Reserved.