com.extrememessaging.ResponseMaster.monitor
Class HtmlAdaptorMBean

java.lang.Object
  extended by com.extrememessaging.ResponseMaster.monitor.HtmlAdaptorMBean
All Implemented Interfaces:
IConfigurableItem

public class HtmlAdaptorMBean
extends java.lang.Object
implements IConfigurableItem

Starts an HtmlAdaptorServer for serving MBeans


Constructor Summary
HtmlAdaptorMBean()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlAdaptorMBean

public HtmlAdaptorMBean()
Method Detail

Initialize

public void Initialize(java.lang.String parameter)
                throws ResponseMasterException
Description copied from interface: IConfigurableItem
Initialize using the parameter from the config file. Frequently, the parameter will be a file name

Specified by:
Initialize in interface IConfigurableItem
Throws:
ResponseMasterException

Shutdown

public void Shutdown()
Description copied from interface: IConfigurableItem
Cleanup any resources you allocated during construction or operation. After this is called, nothing else will be called, unless Initialize is called again. Note: Shutdown may be called more than once on the same object New in build 595.

Specified by:
Shutdown in interface IConfigurableItem