|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extrememessaging.ResponseMaster.monitor.CMonitorBase
com.extrememessaging.ResponseMaster.monitor.EmailMonitor
public class EmailMonitor
| Constructor Summary | |
|---|---|
EmailMonitor()
|
|
| Method Summary | |
|---|---|
void |
Initialize(java.lang.String sFileName)
Initialize using the parameter from the config file. |
void |
LogError(java.lang.String message)
Log an error |
void |
LogError(java.lang.String message,
java.lang.Throwable e)
Log an error from a Throwable Changed to Throwable (from Exception) and overload with Error was removed in build 606 |
void |
Shutdown()
Cleanup any resources you allocated during construction or operation. |
| Methods inherited from class com.extrememessaging.ResponseMaster.monitor.CMonitorBase |
|---|
CategoryDefinitionsLoaded, LoggingLevelFromString, LoggingLevelNameFromValue, LogSystem, LogTrace, LogTrace, LogWarning, LogWarning, MailboxEmpty, MailboxInitializationBegun, MailboxInitializationFinished, MailboxShutdownBegun, MailboxShutdownFinished, MessageCategorized, MessageProcessed, MessageSkipped, ThreadKilled |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmailMonitor()
| Method Detail |
|---|
public void Shutdown()
IConfigurableItem
Shutdown in interface IConfigurableItemShutdown in class CMonitorBase
public void Initialize(java.lang.String sFileName)
throws ResponseMasterException
IConfigurableItem
Initialize in interface IConfigurableItemInitialize in class CMonitorBaseResponseMasterException
public void LogError(java.lang.String message,
java.lang.Throwable e)
IMonitor
LogError in interface IMonitorLogError in class CMonitorBasemessage - The message to loge - The Throwable to logpublic void LogError(java.lang.String message)
IMonitor
LogError in interface IMonitorLogError in class CMonitorBasemessage - The message to log
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||