public interface TransactionContextListener
Modifier and Type | Method | 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-2004 Apache Software Foundation. Documenation generated April 15 2019.