Package | Description |
---|---|
io.agroal.api.transaction |
Modifier and Type | Method and Description |
---|---|
TransactionAware |
TransactionIntegration.getTransactionAware()
Agroal inquires the transaction layer for a Tx aware resource (a connection) that can be acquired.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionIntegration.associate(TransactionAware transactionAware,
XAResource xaResource)
Agroal notifies the transaction layer a Tx aware resource (a connection) and it's corresponding XA resource were acquired.
|
boolean |
TransactionIntegration.disassociate(TransactionAware transactionAware)
Agroal notifies the transaction layer that a Tx aware resource (a connection) is about to be returned to the pool.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.