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