Interface TransactionContextListener
- All Known Implementing Classes:
ManagedConnection.CompletionListener
public interface TransactionContextListener
A listener for transaction completion events.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterCompletion
(TransactionContext transactionContext, boolean committed) Occurs after the transaction commits or rolls back.
-
Method Details
-
afterCompletion
Occurs after the transaction commits or rolls back.- Parameters:
transactionContext
- the transaction context that completedcommitted
- true if the transaction committed; false otherwise
-