Interface TransactionContextListener
public interface TransactionContextListener
A listener for transaction completion events.
- Version:
- $Revision$
- Author:
- Dain Sundstrom
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterCompletion(TransactionContext transactionContext, boolean commited) 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 completedcommited- true if the transaction committed; false otherwise
-