Interface TransactionConstants
- All Known Subinterfaces:
AbortParticipant, GroupSelector, TransactionParticipant
- All Known Implementing Classes:
BSHGroupSelector, BSHTransactionParticipant, CheckFields, CheckPoint, Debug, Delay, Forward, HasEntry, Join, JSParticipant, Pause, ProtectDebugInfo, QueryHost, SelectDestination, SendResponse, Switch, Trace, TransactionManager
public interface TransactionConstants
Bit-flag constants returned by
TransactionParticipant lifecycle methods to signal outcomes.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intTransaction has been aborted.static final intShortcut for a read-only, non-joining abort (READONLY | NO_JOIN).static final intThis participant does not join the transactionstatic final intTransaction is paused.static final intTransaction has been prepared successfully.static final intContext has not been modified (no need to persist a snapshot)static final intTransaction should be retried.
-
Field Details
-
ABORTED
-
PREPARED
-
RETRY
-
PAUSE
-
NO_JOIN
-
READONLY
-
FAIL
-