|
Class Summary |
| DelegatingUserTransaction |
This class is wrapper around user transaction so that we can monitor individual
operations |
| J2EETransactionFactoryImpl |
Transaction factory using J2EE transaction manager. |
| JOTMTransactionFactoryImpl |
Transaction factory using JOTM transaction manager from Objectweb
(http://www.objectweb.org/jotm/index.html) |
| SimpleLocalTransactionFactoryImpl |
Simplified transaction management implementation based on database connection
using following assumptions:
Assumptions:
------------
1. |
| TransactionalConnection |
Transactional connection is wrapper around real database connection to ensure
that the connection can be made part of global transaction spanning several
code components which do not know about each other. |