|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Synchronization
A synchronization inferface for transaction termination callbacks. Instances are volatile, i.e. not recovered after a crash/restart.
| Method Summary | |
|---|---|
void |
afterCompletion(TxState txstate)
Called after the overall outcome is known. |
void |
beforeCompletion()
Called before prepare decision is made. |
| Method Detail |
|---|
void beforeCompletion()
void afterCompletion(TxState txstate)
txstate - The state of the coordinator after preparing.
Equals either null ( readonly ), TxState.COMMITTING or TxState.ABORTING.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||