com.ibm.b2bi.im
Interface IMAuditHook
- public interface IMAuditHook
Implement this interface to write a solution specific audit logging.
Interaction manager ships with a default implementation class com.ibm.b2bi.im.DefaultAuditWrapper
that uses standard WSBI audit API to log the activities.
Method Summary |
void |
writeAudit(java.lang.Object event,
java.util.Hashtable data)
Implement this method to create solution specific audit logging mechanisms. |
writeAudit
public void writeAudit(java.lang.Object event,
java.util.Hashtable data)
throws com.ibm.epic.LogTrace.EpicLogTraceException
- Implement this method to create solution specific audit logging mechanisms.
- Parameters:
event
- Of type Object. Indicates the actual event being logged.data
- of type Hashtable. Data set that can be used to frame the log message.