Uses of Interface
org.apache.commons.dbcp.managed.TransactionContextListener

Packages that use TransactionContextListener
org.apache.commons.dbcp.managed This package provides support for pooling of ManagedConnections. 
 

Uses of TransactionContextListener in org.apache.commons.dbcp.managed
 

Classes in org.apache.commons.dbcp.managed that implement TransactionContextListener
protected  class ManagedConnection.CompletionListener
          Delegates to ManagedConnection.transactionComplete() for transaction completion events.
 

Methods in org.apache.commons.dbcp.managed with parameters of type TransactionContextListener
 void TransactionContext.addTransactionContextListener(TransactionContextListener listener)
          Adds a listener for transaction completion events.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.