Uses of Interface
org.apache.commons.dbcp2.managed.TransactionContextListener
-
Packages that use TransactionContextListener Package Description org.apache.commons.dbcp2.managed 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 TransactionContextListener Modifier and Type Class Description protected classManagedConnection.CompletionListenerDelegates toManagedConnection.transactionComplete()for transaction completion events.Methods in org.apache.commons.dbcp2.managed with parameters of type TransactionContextListener Modifier and Type Method Description voidTransactionContext. addTransactionContextListener(TransactionContextListener listener)Adds a listener for transaction completion events.
-