Uses of Interface
org.apache.commons.dbcp2.managed.TransactionContextListener
Packages that use TransactionContextListener
Package
Description
This package provides support for pooling of ManagedConnections.
-
Uses of TransactionContextListener in org.apache.commons.dbcp2.managed
Classes in org.apache.commons.dbcp2.managed that implement TransactionContextListenerModifier and TypeClassDescriptionprotected class
Delegates toManagedConnection.transactionComplete()
for transaction completion events.Methods in org.apache.commons.dbcp2.managed with parameters of type TransactionContextListenerModifier and TypeMethodDescriptionvoid
TransactionContext.addTransactionContextListener
(TransactionContextListener listener) Adds a listener for transaction completion events.