Uses of Interface
io.agroal.api.transaction.TransactionAware
-
Packages that use TransactionAware Package Description io.agroal.api.transaction -
-
Uses of TransactionAware in io.agroal.api.transaction
Methods in io.agroal.api.transaction that return TransactionAware Modifier and Type Method Description TransactionAwareTransactionIntegration. 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 TransactionAware Modifier and Type Method Description voidTransactionIntegration. 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.
-