|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigurationModule
Interface of a ConfigurationModule.
Every configuration module must have a default constructor. The module will be instantiated by using this constructor. The method init will initialise the configuration module.
Method Summary | |
---|---|
void |
init(Configuration config)
Method that initialise the configuration module. |
void |
unload()
Method that restores the configuration module and reset the system to the initial situation. |
Method Detail |
---|
void init(Configuration config) throws TechnicalConnectorException
config
-
TechnicalConnectorException
void unload() throws TechnicalConnectorException
TechnicalConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |