|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.batch.AuditAgent
com.rhi.architecture.batch.NullAuditAgent
Empty implementation to facilitate ease of use when developing new PARC applications. This is probably only useful for testing.
Constructor Summary | |
NullAuditAgent()
Constructor for NullAuditAgent. |
Method Summary | |
void |
auditCollection(java.util.Collection c,
Transaction t)
Audit the given collection. |
void |
commitAudits()
Mark complete & close the current audit record. |
void |
createAudits(java.util.Collection c)
Create an appropriate audit /control record. |
void |
init(java.util.Properties p)
Initialization Logic |
Methods inherited from class com.rhi.architecture.batch.AuditAgent |
getInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullAuditAgent()
Method Detail |
public void init(java.util.Properties p) throws InitializationException
AuditAgent
init
in class AuditAgent
p
-
InitializationException
AuditAgent.init(java.util.Properties)
public void createAudits(java.util.Collection c) throws AuditException
AuditAgent
createAudits
in class AuditAgent
c
- the collection to be audited.
AuditException
AuditAgent.createAudits(java.util.Collection)
public void auditCollection(java.util.Collection c, Transaction t) throws AuditException
AuditAgent
auditCollection
in class AuditAgent
c
- the Collection to be audited.t
- the transaction that should be used to persist any results.
AuditException
AuditAgent.auditCollection(java.util.Collection, com.rhi.architecture.xa.Transaction)
public void commitAudits() throws AuditException
AuditAgent
commitAudits
in class AuditAgent
AuditException
AuditAgent.commitAudits()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |