|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Synchronization
Copyright © 2001, Atomikos. All rights reserved. A synchronization inferface for tx termination callbacks.
| Method Summary | |
|---|---|
void |
afterCompletion(Object txstate)
Called after the overall outcome is known. |
void |
beforeCompletion()
Called before prepare decision is made. |
| Method Detail |
|---|
void beforeCompletion()
void afterCompletion(Object 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 | ||||||||