|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionContext | |
---|---|
org.apache.commons.dbcp.managed | This package provides support for pooling of ManagedConnections. |
Uses of TransactionContext in org.apache.commons.dbcp.managed |
---|
Methods in org.apache.commons.dbcp.managed that return TransactionContext | |
---|---|
TransactionContext |
TransactionRegistry.getActiveTransactionContext()
Gets the active TransactionContext or null if not Transaction is active. |
Methods in org.apache.commons.dbcp.managed with parameters of type TransactionContext | |
---|---|
void |
TransactionContextListener.afterCompletion(TransactionContext transactionContext,
boolean commited)
Occurs after the transaction commits or rolls back. |
void |
ManagedConnection.CompletionListener.afterCompletion(TransactionContext completedContext,
boolean commited)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |