|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConfigurable
This interface must be implemented by a object which has to be notified by setting or changing the configuration in the framework. This interface should be implemented e.g. by services, repository managers and components which interact with the configuration manager.
| Method Summary | |
|---|---|
String |
getConfigurableID()
Gets the ID of the configurable object. |
String |
getNamespace()
Gets the namespace of the configurable object. |
void |
setConfiguration(Properties configuration)
Sets the configuration in the configurable object. |
| Method Detail |
|---|
String getNamespace()
String getConfigurableID()
void setConfiguration(Properties configuration)
configuration - the configuration for the given namespace
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||