Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 22. Transactions
22.1. About Java Transaction API Copier lienLien copié sur presse-papiers!
Copier lienLien copié sur presse-papiers!
Red Hat JBoss Data Grid supports configuring, use of, and participation in Java Transaction API (JTA) compliant transactions.
JBoss Data Grid does the following for each cache operation:
- First, it retrieves the transactions currently associated with the thread.
- If not already done, it registers an
XAResource
with the transaction manager to receive notifications when a transaction is committed or rolled back.