org.apache.commons.dbcp.managed
Interface TransactionContextListener

All Known Implementing Classes:
ManagedConnection.CompletionListener

public interface TransactionContextListener

A listener for transaction completion events.

Version:
$Revision: 892307 $
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-2010 The Apache Software Foundation. All Rights Reserved.