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