public class HistoricalCharts extends CStatisticalMonitorBase implements RollingCount.IRollListener, java.lang.Runnable
| Constructor and Description |
|---|
HistoricalCharts() |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryDefinitionsLoaded()
The category definition file finished loading
New in build 595.
|
void |
Initialize(java.lang.String configFileName)
Initialize using the parameter from the config file.
|
void |
PostRoll(RollingCount source,
RollingCount.RollTypeEnum rollType) |
void |
run() |
void |
Shutdown()
Cleanup any resources you allocated during construction
or operation.
|
LogError, LogError, LogSystem, LogTrace, LogTrace, LogWarning, LogWarning, MailboxEmpty, MailboxInitializationBegun, MailboxInitializationFinished, MailboxShutdownBegun, MailboxShutdownFinished, MessageCategorized, MessageCount, MessageFetched, MessageProcessed, MessageSkipped, ResetCounters, SkippedRemovedMessage, ThreadKilledpublic void Initialize(java.lang.String configFileName)
throws ResponseMasterException
IConfigurableItemInitialize in interface IConfigurableItemInitialize in class CStatisticalMonitorBaseconfigFileName - 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 IConfigurableItemShutdown in class CStatisticalMonitorBasepublic void CategoryDefinitionsLoaded()
IMonitorCategoryDefinitionsLoaded in interface IMonitorCategoryDefinitionsLoaded in class CStatisticalMonitorBasepublic void PostRoll(RollingCount source, RollingCount.RollTypeEnum rollType)
PostRoll in interface RollingCount.IRollListenerpublic void run()
run in interface java.lang.Runnable