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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidafterCompletion(TransactionContext completedContext, boolean committed) Occurs after the transaction commits or rolls back.
- 
Constructor Details- 
CompletionListenerprotected CompletionListener()
 
- 
- 
Method Details- 
afterCompletionDescription copied from interface:TransactionContextListenerOccurs after the transaction commits or rolls back.- Specified by:
- afterCompletionin interface- TransactionContextListener
- Parameters:
- completedContext- the transaction context that completed
- committed- true if the transaction committed; false otherwise
 
 
-