|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransactionCommitListener
This interface specifies methods for processing that occurs at the end
of a transaction after normal work is completed, but before the transaction
is committed.
Supported API: true
Extendable: true
| Method Summary | |
|---|---|
void |
beforeCompletion()
Notify that the commit of the transaction is about to complete. |
void |
finishTransaction()
Notify that all of the transaction's work has been completed and any remaining work should now be performed. |
| Methods inherited from interface wt.pom.TransactionListener |
|---|
notifyCommit, notifyRollback |
| Method Detail |
|---|
void finishTransaction()
throws WTException
WTException
void beforeCompletion()
throws WTException
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||