Package | Description |
---|---|
org.objectweb.jotm | |
org.objectweb.transaction.jta |
ObjectWeb's extension to JTA
(Java Transaction API)
|
Class and Description |
---|
Control
OTS-like Control interface.
|
Coordinator
OTS-like Coordinator.
|
Current
Current is the common implementation for
UserTransaction . |
JotmRecovery |
RecoveryCoordinator |
RemoteSynchro |
Resource
This interface must be implemented by objects that will be
registered to the JTM Coordinator.
|
Terminator
OTS-like Terminator
|
TimerEvent |
TimerEventListener |
TimerManager
A timer manager manages 2 lists of timers with 2 threads
One thread is a clock which decrements timers every second
and passes them when expired in a list of expired timers.
|
TransactionContext
This is how the JTA Implementation in JOTM sees the Transaction Context.
|
TransactionFactory |
TransactionImpl
TransactionImpl is the implementation of the Transaction interface,
defined in JTA specifications.
|
TransactionRecovery |
TransactionRecoveryImpl |
TransactionResourceManager |
TransactionSynchronizationRegistryImpl |
Xid |
Class and Description |
---|
TransactionRecovery |