public interface TransactionContextListener
| Modifier and Type | Method and Description | 
|---|---|
| void | afterCompletion(TransactionContext transactionContext,
               boolean commited)Occurs after the transaction commits or rolls back. | 
void afterCompletion(TransactionContext transactionContext, boolean commited)
transactionContext - the transaction context that completedcommited - true if the transaction committed; false otherwiseCopyright © 2001–2018 The Apache Software Foundation. All rights reserved.