public interface IConfigurableItem
| Modifier and Type | Method and Description |
|---|---|
void |
Initialize(java.lang.String parameter)
Initialize using the parameter from the config file.
|
void |
Shutdown()
Cleanup any resources you allocated during construction
or operation.
|
void Initialize(java.lang.String parameter)
throws ResponseMasterException
parameter - The parameter from the config file, Frequently, the parameter will be a file name.ResponseMasterException - for invalid parameters (and potentially other issues).void Shutdown()