org.apache.commons.dbcp.managed
public interface TransactionContextListener
| Modifier and Type | Method and Description |
|---|---|
void |
afterCompletion(TransactionContext transactionContext,
boolean commited)
Occurs after the transaction commits or rolls back.
|
void afterCompletion(TransactionContext transactionContext, boolean commited)
transactionContext - the transaction context that completedcommited - true if the transaction committed; false otherwiseCopyright © 2001-2004 Apache Software Foundation. Documenation generated September 23 2013.