|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.audit.AuditManager
Class to perform audit-related SQL operations
Constructor Summary | |
AuditManager()
Creates a new instance of AuditManager |
Method Summary | |
void |
insertAuditLog(java.sql.Connection con,
AuditDataObject auditObject)
Add audit data to the database. |
AuditIterator |
lookupAuditLog(java.sql.Connection con,
AuditSearchObject obj)
retrieve audit data from the audit table |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AuditManager()
Method Detail |
public void insertAuditLog(java.sql.Connection con, AuditDataObject auditObject) throws AuditException, UserException
con
- Database connection handle.auditObject
- auditObject.
UserException
- if a user error is encountered.
AuditException
- if any other type of error is encountered.public AuditIterator lookupAuditLog(java.sql.Connection con, AuditSearchObject obj) throws AuditException
con
- Database connection handle.obj
- AuditSearchObject that contains search criteria.
AuditException
- if an error is encountered.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.