|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the contract for a (listener) subscriber that wishes to be notified about the outcome of transaction from a transaction process manager.
ParticipationEvent| Method Summary | |
void |
afterBegin(ParticipationEvent event)
Notify the participant that the transaction has started |
void |
beforeCommit(ParticipationEvent event)
Notify the participant that transaction completion just before final commit |
void |
beforeRollback(ParticipationEvent event)
Notify the participant that transaction completion just before final rollback |
| Method Detail |
public void afterBegin(ParticipationEvent event)
event - the transaction participation eventpublic void beforeCommit(ParticipationEvent event)
event - the transaction participation eventpublic void beforeRollback(ParticipationEvent event)
event - the transaction participation event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||