|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
All WebSphere MQ Everyplace log handlers must implement this interface.
Method Summary | |
void |
activate(java.lang.String logName)
This is called to activate the event log handler. |
void |
close()
Called to close the event log handler and to perform any cleanup as necessary. |
void |
logOutput(byte logType,
int logNumber,
java.lang.Object logMsg)
Called by WebSphere MQ Everyplace to output a message to the event log handler. |
Method Detail |
public void activate(java.lang.String logName) throws java.lang.Exception
This is called to activate the event log handler.
logName
- A String used to identify this event log.
java.lang.Exception
public void close()
Called to close the event log handler and to perform any cleanup as necessary.
public void logOutput(byte logType, int logNumber, java.lang.Object logMsg)
Called by WebSphere MQ Everyplace to output a message to the event log handler.
logType
- Type of log entry.
Normally one of the following : EVENTLOG_SUCCESS EVENTLOG_ERROR_TYPE EVENTLOG_WARNING_TYPE EVENTLOG_INFORMATION_TYPE EVENTLOG_AUDIT_SUCCESS EVENTLOG_AUDIT_FAILURE
logNumber
- An integer log numberlogMsg
- An object to be written to the log
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |