Interface Transactional
- All Superinterfaces:
Contextual
- All Known Subinterfaces:
TransactionalSuspendedBatch
- All Known Implementing Classes:
DefaultTransactionalBatch
Implemented by transactional batch views.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.transaction.TransactionReturns the associated transaction.jakarta.transaction.TransactionManagerReturns the associated transaction manager.Methods inherited from interface Contextual
attach, getName
-
Method Details
-
getTransactionManager
jakarta.transaction.TransactionManager getTransactionManager()Returns the associated transaction manager.- Returns:
- the associated transaction manager.
-
getTransaction
jakarta.transaction.Transaction getTransaction()Returns the associated transaction.- Returns:
- the associated transaction
-