Interface AbortParticipant
- All Superinterfaces:
TransactionConstants, TransactionParticipant
- All Known Implementing Classes:
BSHGroupSelector, BSHTransactionParticipant, Debug, Delay, Join, JSParticipant, ProtectDebugInfo, SendResponse, Trace
2 phase commit participant
- Since:
- 1.4.7
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault intprepareForAbort(long id, Serializable context) Called by TransactionManager in preparation for a transaction that is known to abort.Methods inherited from interface TransactionParticipant
abort, commit, prepare
-
Method Details
-
prepareForAbort
Called by TransactionManager in preparation for a transaction that is known to abort.- Parameters:
id- the Transaction identifiercontext- transaction context- Returns:
- 0 [| NO_JOIN | READONLY)
-