|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.dbcp.managed.ManagedConnection.CompletionListener
protected class ManagedConnection.CompletionListener
Delegates to ManagedConnection.transactionComplete()
for transaction completion events.
Constructor Summary | |
---|---|
protected |
ManagedConnection.CompletionListener()
|
Method Summary | |
---|---|
void |
afterCompletion(TransactionContext completedContext,
boolean commited)
Occurs after the transaction commits or rolls back. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ManagedConnection.CompletionListener()
Method Detail |
---|
public void afterCompletion(TransactionContext completedContext, boolean commited)
TransactionContextListener
afterCompletion
in interface TransactionContextListener
completedContext
- the transaction context that completedcommited
- true if the transaction committed; false otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |