Uses of Class
org.apache.commons.dbcp.managed.TransactionContext
-
Packages that use TransactionContext Package Description 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 Modifier and Type Method Description TransactionContextTransactionRegistry. getActiveTransactionContext()Gets the active TransactionContext or null if not Transaction is active.Methods in org.apache.commons.dbcp.managed with parameters of type TransactionContext Modifier and Type Method Description voidManagedConnection.CompletionListener. afterCompletion(TransactionContext completedContext, boolean commited)voidTransactionContextListener. afterCompletion(TransactionContext transactionContext, boolean commited)Occurs after the transaction commits or rolls back.
-