Uses of Class
com.germinus.easyconf.ComponentConfiguration
-
Packages that use ComponentConfiguration Package Description com.germinus.easyconf com.germinus.easyconf.jmx -
-
Uses of ComponentConfiguration in com.germinus.easyconf
Methods in com.germinus.easyconf that return ComponentConfiguration Modifier and Type Method Description static ComponentConfigurationEasyConf. getConfiguration(java.lang.String componentName)Get the full configuration of the given component.static ComponentConfigurationEasyConf. 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
Fields in com.germinus.easyconf.jmx declared as ComponentConfiguration Modifier and Type Field Description private ComponentConfigurationComponentConfigurationDynamicMBean. componentConfigurationMethods in com.germinus.easyconf.jmx that return ComponentConfiguration Modifier and Type Method Description protected ComponentConfigurationComponentConfigurationDynamicMBean. getComponentConfiguration()Returns the ComponentConfiguration associated with this MBean.Methods in com.germinus.easyconf.jmx with parameters of type ComponentConfiguration Modifier and Type Method Description protected voidComponentConfigurationDynamicMBean. setComponentConfiguration(ComponentConfiguration componentConfiguration)Constructors in com.germinus.easyconf.jmx with parameters of type ComponentConfiguration Constructor Description ComponentConfigurationDynamicMBean(ComponentConfiguration component)Create a MBean wraping some loaded ComponentConfiguration
-