TransactionContextListenerprotected class ManagedConnection.CompletionListener extends java.lang.Object implements TransactionContextListener
ManagedConnection.transactionComplete() for transaction completion events.| Modifier | Constructor | Description |
|---|---|---|
protected |
CompletionListener() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
afterCompletion(TransactionContext completedContext,
boolean committed) |
Occurs after the transaction commits or rolls back.
|
public void afterCompletion(TransactionContext completedContext, boolean committed)
TransactionContextListenerafterCompletion in interface TransactionContextListenercompletedContext - the transaction context that completedcommitted - true if the transaction committed; false otherwiseCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.