Package io.agroal.api.transaction
Interface TransactionIntegration.ResourceRecoveryFactory
-
- Enclosing interface:
- TransactionIntegration
public static interface TransactionIntegration.ResourceRecoveryFactoryThis interface is implemented by the connection factory so that it can provide recovery resources to the transaction layer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XAConnectiongetRecoveryConnection()The transaction layer can call this method to obtain one connection used for recovery of incomplete transactions.
-
-
-
Method Detail
-
getRecoveryConnection
XAConnection getRecoveryConnection()
The transaction layer can call this method to obtain one connection used for recovery of incomplete transactions.
-
-