Interface TransactionContextListener
- 
- All Known Implementing Classes:
- ManagedConnection.CompletionListener
 
 public interface TransactionContextListenerA listener for transaction completion events.- Since:
- 2.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterCompletion(TransactionContext transactionContext, boolean committed)Occurs after the transaction commits or rolls back.
 
- 
- 
- 
Method Detail- 
afterCompletionvoid afterCompletion(TransactionContext transactionContext, boolean committed) Occurs after the transaction commits or rolls back.- Parameters:
- transactionContext- the transaction context that completed
- committed- true if the transaction committed; false otherwise
 
 
- 
 
-