ManagedConnection.CompletionListener
public interface TransactionContextListener
Modifier and Type | Method | Description |
---|---|---|
void |
afterCompletion(TransactionContext transactionContext,
boolean committed) |
Occurs after the transaction commits or rolls back.
|
void afterCompletion(TransactionContext transactionContext, boolean committed)
transactionContext
- the transaction context that completedcommitted
- true if the transaction committed; false otherwiseCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.