Uses of Interface
io.agroal.api.transaction.TransactionAware
Packages that use TransactionAware
-
Uses of TransactionAware in io.agroal.api.transaction
Methods in io.agroal.api.transaction that return TransactionAwareModifier and TypeMethodDescriptionTransactionIntegration.getTransactionAware()Agroal inquires the transaction layer for a Tx aware resource (a connection) that can be acquired.Methods in io.agroal.api.transaction with parameters of type TransactionAwareModifier and TypeMethodDescriptionvoidTransactionIntegration.associate(TransactionAware transactionAware, XAResource xaResource) Agroal notifies the transaction layer a Tx aware resource (a connection) and it's corresponding XA resource were acquired.booleanTransactionIntegration.disassociate(TransactionAware transactionAware) Agroal notifies the transaction layer that a Tx aware resource (a connection) is about to be returned to the pool.