Class ManagedConnection.CompletionListener

java.lang.Object
org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection.CompletionListener
All Implemented Interfaces:
TransactionContextListener
Enclosing class:
ManagedConnection<C extends Connection>

protected class ManagedConnection.CompletionListener extends Object implements TransactionContextListener
Delegates to ManagedConnection.transactionComplete() for transaction completion events.
Since:
2.0
  • Constructor Details

    • CompletionListener

      protected CompletionListener()
  • Method Details

    • afterCompletion

      public void afterCompletion(TransactionContext completedContext, boolean committed)
      Description copied from interface: TransactionContextListener
      Occurs after the transaction commits or rolls back.
      Specified by:
      afterCompletion in interface TransactionContextListener
      Parameters:
      completedContext - the transaction context that completed
      committed - true if the transaction committed; false otherwise