|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Transaction in com.rhi.architecture.batch |
Methods in com.rhi.architecture.batch with parameters of type Transaction | |
void |
NullAuditAgent.auditCollection(java.util.Collection c,
Transaction t)
|
abstract void |
AuditAgent.auditCollection(java.util.Collection c,
Transaction t)
Audit the given collection. |
void |
AbstractAuditAgent.auditCollection(java.util.Collection c,
Transaction t)
Audit the given collection. |
Uses of Transaction in com.rhi.architecture.parc.adapter |
Methods in com.rhi.architecture.parc.adapter that return Transaction | |
Transaction |
AbstractOutputAdapter.createTransaction()
Create a transaction of the appropriate type. |
Methods in com.rhi.architecture.parc.adapter with parameters of type Transaction | |
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. |
protected abstract java.util.Collection |
AbstractOutputAdapter.handleValidRecords(java.util.Collection c,
Transaction t)
Defer handling of valid records to sub-classes.. |
protected abstract void |
AbstractOutputAdapter.handleErrorRecords(java.util.Collection c,
Transaction t)
Defer handling of valid records to sub-classes.. |
protected void |
AbstractOutputAdapter.completeBatch(Transaction transaction)
Do any non-record level processing required to finish this batch cycle. |
Uses of Transaction in com.rhi.architecture.parc.adapter.file |
Methods in com.rhi.architecture.parc.adapter.file with parameters of type Transaction | |
java.util.Collection |
FlatFileOutputAdapter.handleValidRecords(java.util.Collection c,
Transaction t)
Persist Valid Records - FlatFileOutputAdapter does not |
protected void |
FlatFileOutputAdapter.handleErrorRecords(java.util.Collection c,
Transaction t)
General Case implementation for persisting error records. |
Uses of Transaction in com.rhi.architecture.parc.adapter.jdbc |
Methods in com.rhi.architecture.parc.adapter.jdbc with parameters of type Transaction | |
protected java.util.Collection |
JDBCOutputAdapter.handleValidRecords(java.util.Collection c,
Transaction t)
Handle persistence of valid records from the framework. |
protected boolean |
JDBCOutputAdapter.persistValidRecord(Record record,
Transaction t)
Add or update valid records to the output table. |
protected void |
JDBCOutputAdapter.handleErrorRecords(java.util.Collection c,
Transaction t)
General Case implementation for persisting error records. |
protected boolean |
JDBCOutputAdapter.persistErrorRecord(Error error,
Transaction t)
Add or update the error record. |
protected boolean |
JDBCOutputAdapter.updateSourceForValidRecord(Record record,
Transaction t)
Mark the source record complete. |
protected boolean |
JDBCOutputAdapter.updateSourceForErrorRecord(Record record,
Transaction t)
Mark the source record complete. |
Uses of Transaction in com.rhi.architecture.parc.adapter.jdo |
Methods in com.rhi.architecture.parc.adapter.jdo with parameters of type Transaction | |
java.util.Collection |
JDOOutputAdapter.handleValidRecords(java.util.Collection c,
Transaction t)
Handle persistence of valid records from the framework. |
Uses of Transaction in com.rhi.architecture.parc.adapter.xml |
Methods in com.rhi.architecture.parc.adapter.xml with parameters of type Transaction | |
java.util.Collection |
XMLOutputAdapter.handleValidRecords(java.util.Collection c,
Transaction t)
Handle persistence of valid records from the framework. |
protected void |
XMLOutputAdapter.handleErrorRecords(java.util.Collection c,
Transaction t)
Stream errored records to file in XML format. |
Uses of Transaction in com.rhi.architecture.xa |
Subinterfaces of Transaction in com.rhi.architecture.xa | |
interface |
DatabaseTransaction
Interface for managing database transactions. |
interface |
JDOTransaction
Interface for managing JDO based transactions. |
Classes in com.rhi.architecture.xa that implement Transaction | |
class |
DatabaseTransactionImpl
Interface for managing database transactions. |
class |
JDOTransactionImpl
Interface for managing JDO database transactions. |
class |
NullTransaction
Empty implementation to facilitate ease of use when developing new PARC applications. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |