|
3.1.2: 2012-07-31 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionalAction
Interface that define hooks for callbacks during transaction commit and rollback. It is not allowed to use the DbControl that the action is part of in any of the callback methods.
Method Summary | |
---|---|
void |
onAfterCommit()
Called after a successful commit. |
void |
onBeforeCommit()
This method is called before the commit is about to happen. |
void |
onRollback()
Called after an unsuccessful commit. |
Method Detail |
---|
void onBeforeCommit()
void onAfterCommit()
void onRollback()
|
3.1.2: 2012-07-31 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |