November 2003
Intermediate to advanced
1488 pages
36h 35m
English
JTA also includes the interfaces described in the next sections, which provide status and synchronization information and allow a transaction manager to work with resource managers.
NOTE
These interfaces are accessed by only the transaction manager.
The Status interface (javax.transaction.Status) provides real-time transaction status. It enables you to specify the exact status of the transaction; for example, whether the transaction should be committed or rolled back.
The Synchronization interface (javax.transaction.Synchronization) provides notification with a registered listener before and after a transaction completes. You can register a transaction callback listener for ...
Read now
Unlock full access