public interface Synchronization
| Modifier and Type | Method and Description |
|---|---|
void |
afterCompletion(TxState txstate)
Called after the overall outcome is known.
|
void |
beforeCompletion()
Called before prepare decision is made.
|
void beforeCompletion()
void afterCompletion(TxState txstate)
txstate - The state of the coordinator after preparing.
Equals either null ( readonly ), TxState.COMMITTING or TxState.ABORTING.Copyright © 2022. All rights reserved.