public interface 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.
Modifier and Type | Method and Description |
---|---|
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.
|
void init(Configuration config) throws TechnicalConnectorException
config
- TechnicalConnectorException
void unload() throws TechnicalConnectorException
TechnicalConnectorException
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.