com.extrememessaging.ResponseMaster
Interface IConfigurableItem

All Known Subinterfaces:
IMessageField, IMonitor
All Known Implementing Classes:
AllStringParts, AttachmentOfType, AttachmentsOfType, Body, BodyWithoutOriginalMessage, CLogger, CLoggerMBean, CMonitorBase, Coalesce, CStatisticalMonitorBase, DBLogger, DecodeBase64, EmailMonitor, From, FromName, FromPostmaster, HistoricalCharts, HtmlAdaptorMBean, ManagementMBean, MessageAsRFC822ByteArray, MessageGUID, MessageHeader, MessageObject, MonitorLog4j, MonitorMBean, OriginalDate, OriginalFrom, OriginalSubject, OriginalToAddress, ProcessedTimestamp, ReceivedTimestamp, RegexExtractor, RegularExpression, SentTimestamp, SetByOther, SizeOfMessage, StatusCode, StringToDate, Subject, ToAddress

public interface IConfigurableItem


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.
 

Method Detail

Initialize

void Initialize(java.lang.String parameter)
                throws ResponseMasterException
Initialize using the parameter from the config file. Frequently, the parameter will be a file name

Throws:
ResponseMasterException

Shutdown

void Shutdown()
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.