Uses of Class
com.rhi.architecture.batch.AuditException

Packages that use AuditException
com.rhi.architecture.batch   
com.rhi.architecture.parc.adapter   
 

Uses of AuditException in com.rhi.architecture.batch
 

Methods in com.rhi.architecture.batch that throw AuditException
 void NullAuditAgent.createAudits(java.util.Collection c)
           
 void NullAuditAgent.auditCollection(java.util.Collection c, Transaction t)
           
 void NullAuditAgent.commitAudits()
           
abstract  void AuditAgent.createAudits(java.util.Collection c)
          Create an appropriate audit /control record.
abstract  void AuditAgent.auditCollection(java.util.Collection c, Transaction t)
          Audit the given collection.
abstract  void AuditAgent.commitAudits()
          Mark complete & close the current audit record.
 void AbstractAuditAgent.createAudits(java.util.Collection c)
          Create an appropriate audit /control record.
 void AbstractAuditAgent.auditCollection(java.util.Collection c, Transaction t)
          Audit the given collection.
protected  void AbstractAuditAgent.updateRecordCounts(java.util.Collection c)
          Update record counts based on the new collection.
protected abstract  boolean AbstractAuditAgent.loadRecord(java.sql.Connection conn)
          Load record (check for existence.
protected abstract  void AbstractAuditAgent.insertRecord(java.sql.Connection conn)
          Insert new audit record
protected abstract  void AbstractAuditAgent.updateRecord(java.sql.Connection conn)
          Update record
 void AbstractAuditAgent.commitAudits()
          No op.
 

Uses of AuditException in com.rhi.architecture.parc.adapter
 

Methods in com.rhi.architecture.parc.adapter that throw AuditException
 void ValidRecordsTask.processRecords(java.util.Collection records, Transaction transaction)
          Process Error records and update audit information.
protected abstract  void OutputRecordsTask.processRecords(java.util.Collection records, Transaction transacttion)
          Abstract method overriden by the concreate classes to perform processing specific to each subclass.
 void ErrorRecordsTask.processRecords(java.util.Collection records, Transaction transaction)
          Process Error records and update audit information.
 



Copyright © 2002-2004 Robert Half International. All Rights Reserved.