|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gsihealth.auditclient.AuditMessageGenerator
public class AuditMessageGenerator
This class logs audit messages.
| Constructor Summary | |
|---|---|
AuditMessageGenerator(String auditFile)
Construct an AuditMessageGenerator for use with a file. |
|
AuditMessageGenerator(String auditHost,
String auditPort)
Construct an AuditMessageGenerator for user with a syslog. |
|
| Method Summary | |
|---|---|
void |
provideAndRegisterAudit(String sourceMessageId,
String sourceName,
String replyTo,
String to,
String thisName,
String patientId,
String subsetId,
String pid)
Audit a provideAndRegister event. |
void |
provideAndRegisterAuditSource(String sourceMessageId,
String sourceName,
String replyTo,
String to,
String thisName,
String patientId,
String subsetId,
String pid)
Audit a provideAndRegister event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuditMessageGenerator(String auditFile)
auditFile - The file path.
public AuditMessageGenerator(String auditHost,
String auditPort)
auditHost - The syslog host.auditPort - The syslog port.| Method Detail |
|---|
public void provideAndRegisterAudit(String sourceMessageId,
String sourceName,
String replyTo,
String to,
String thisName,
String patientId,
String subsetId,
String pid)
throws Exception
sourceMessageId - sourceName - replyTo - to - thisName - patientId - subsetId - pid -
Exception
public void provideAndRegisterAuditSource(String sourceMessageId,
String sourceName,
String replyTo,
String to,
String thisName,
String patientId,
String subsetId,
String pid)
throws Exception
sourceMessageId - sourceName - replyTo - to - thisName - patientId - subsetId - pid -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||