Package | Description |
---|---|
org.apache.commons.dbcp2.managed |
This package provides support for pooling of ManagedConnections.
|
Modifier and Type | Method and Description |
---|---|
TransactionContext |
TransactionRegistry.getActiveTransactionContext()
Gets the active TransactionContext or null if not Transaction is active.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionContextListener.afterCompletion(TransactionContext transactionContext,
boolean commited)
Occurs after the transaction commits or rolls back.
|
void |
ManagedConnection.CompletionListener.afterCompletion(TransactionContext completedContext,
boolean commited) |
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.