public class HtmlAdaptorMBean extends java.lang.Object implements IConfigurableItem
| Constructor and Description |
|---|
HtmlAdaptorMBean() |
| 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.
|
public void Initialize(java.lang.String parameter)
throws ResponseMasterException
IConfigurableItemInitialize in interface IConfigurableItemparameter - The parameter from the config file, Frequently, the parameter will be a file name.ResponseMasterException - for invalid parameters (and potentially other issues).public void Shutdown()
IConfigurableItemShutdown in interface IConfigurableItem