org.apache.commons.dbcp.managed
Interface TransactionContextListener
public interface TransactionContextListener
A listener for transaction completion events.
- Version:
- $Revision$
- Author:
- Dain Sundstrom
afterCompletion
void afterCompletion(TransactionContext transactionContext,
boolean commited)
- Occurs after the transaction commits or rolls back.
- Parameters:
transactionContext
- the transaction context that completedcommited
- true if the transaction committed; false otherwise
Copyright © 2001-2004 Apache Software Foundation. Documenation generated June 10 2013.