|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.kernel.management.ComponentConfigBridge
Provides getting and setting of configuration information for individual components
| Constructor Summary | |
ComponentConfigBridge()
Creates a new ComponentConfigBridge object. |
|
| Method Summary | |
ComponentConfig |
getConfiguration(ExpressoComponent sourceComponent)
Given a component, retrieve the component config object for this component. |
void |
setConfiguration(ExpressoComponent targetComponent,
ComponentConfig newConfiguration)
Resets the configuration for a component. |
void |
updateSystemConfiguration(ExpressoComponent changedComponent,
ExpressoServicesConfig allServicesConfiguration,
ComponentConfig newConfiguration)
Updates the system configuration to that of the component that has been changed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ComponentConfigBridge()
| Method Detail |
public void updateSystemConfiguration(ExpressoComponent changedComponent,
ExpressoServicesConfig allServicesConfiguration,
ComponentConfig newConfiguration)
throws ConfigurationException
changedComponent - The changed component to be updatedallServicesConfiguration - The Complete Expresso Services Config
usually obtained from the RootContainerInterfacenewConfiguration - the new Configuration of the component. This can
be obtained from this objects getConfiguration() method
ConfigurationException - upon error.
public void setConfiguration(ExpressoComponent targetComponent,
ComponentConfig newConfiguration)
throws ConfigurationException
targetComponent - the Component to configurenewConfiguration - the new configuration information to set for the
component
ConfigurationException - if there is an error configuring the
component.
public ComponentConfig getConfiguration(ExpressoComponent sourceComponent)
throws ConfigurationException
sourceComponent - the Component to retrieve the configuration for.
ConfigurationException - upon error
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||