org.apache.commons.dbcp.managed
Interface TransactionContextListener


public interface TransactionContextListener

A listener for transaction completion events.

Version:
$Revision$
Author:
Dain Sundstrom

Method Summary
 void afterCompletion(TransactionContext transactionContext, boolean commited)
          Occurs after the transaction commits or rolls back.
 

Method Detail

afterCompletion

void afterCompletion(TransactionContext transactionContext,
                     boolean commited)
Occurs after the transaction commits or rolls back.

Parameters:
transactionContext - the transaction context that completed
commited - true if the transaction committed; false otherwise


Copyright © 2001-2004 Apache Software Foundation. Documenation generated December 6 2011.