Package | Description |
---|---|
com.germinus.easyconf | |
com.germinus.easyconf.jmx |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private ComponentConfiguration |
ComponentConfigurationDynamicMBean.componentConfiguration |
Modifier and Type | Method and Description |
---|---|
protected ComponentConfiguration |
ComponentConfigurationDynamicMBean.getComponentConfiguration()
Returns the ComponentConfiguration associated with this MBean.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ComponentConfigurationDynamicMBean.setComponentConfiguration(ComponentConfiguration componentConfiguration) |
Constructor and Description |
---|
ComponentConfigurationDynamicMBean(ComponentConfiguration component)
Create a MBean wraping some loaded ComponentConfiguration
|