|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use TransactionException | |
com.rhi.architecture.parc.adapter | |
com.rhi.architecture.xa |
Uses of TransactionException in com.rhi.architecture.parc.adapter |
Methods in com.rhi.architecture.parc.adapter that throw TransactionException | |
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. |
Uses of TransactionException in com.rhi.architecture.xa |
Methods in com.rhi.architecture.xa that throw TransactionException | |
void |
NullTransaction.begin()
|
void |
NullTransaction.commit()
|
void |
NullTransaction.rollback()
|
void |
JDOTransactionImpl.begin()
Start a new transaction. |
void |
JDOTransactionImpl.commit()
Commit the transaction represented by this object. |
void |
JDOTransactionImpl.rollback()
Rollback the transaction represented by this object. |
void |
JDOTransaction.begin()
Start a new transaction. |
void |
JDOTransaction.commit()
Commit the transaction represented by this object. |
void |
JDOTransaction.rollback()
Rollback the transaction represented by this object. |
void |
DatabaseTransactionImpl.begin()
Start a new transaction. |
void |
DatabaseTransactionImpl.commit()
Commit the transaction represented by this object. |
void |
DatabaseTransactionImpl.rollback()
Rollback the transaction represented by this object. |
void |
DatabaseTransaction.begin()
Start a new transaction. |
void |
DatabaseTransaction.commit()
Commit the transaction represented by this object. |
void |
DatabaseTransaction.rollback()
Rollback the transaction represented by this object. |
void |
Transaction.begin()
Start a new transaction. |
void |
Transaction.commit()
Commit the transaction represented by this object. |
void |
Transaction.rollback()
Rollback the transaction represented by this object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |