Package jade.proto
Interface TwoPhConstants
-
public interface TwoPhConstantsInterface description- Author:
- Elena Quarantotto - TILAB, Giovanni Caire - TILAB
-
-
Field Summary
Fields Modifier and Type Field Description static intALL_CONFIRMstatic intALL_CONFIRM_OR_INFORMstatic intALL_RESPONSES_RECEIVEDstatic StringJADE_TWO_PHASE_COMMITstatic StringPH0static StringPH1static intPH1_TIMEOUT_EXPIREDstatic StringPH2static intSOME_DISCONFIRM
-
-
-
Field Detail
-
JADE_TWO_PHASE_COMMIT
static final String JADE_TWO_PHASE_COMMIT
- See Also:
- Constant Field Values
-
ALL_RESPONSES_RECEIVED
static final int ALL_RESPONSES_RECEIVED
- See Also:
- Constant Field Values
-
ALL_CONFIRM
static final int ALL_CONFIRM
- See Also:
- Constant Field Values
-
ALL_CONFIRM_OR_INFORM
static final int ALL_CONFIRM_OR_INFORM
- See Also:
- Constant Field Values
-
SOME_DISCONFIRM
static final int SOME_DISCONFIRM
- See Also:
- Constant Field Values
-
PH1_TIMEOUT_EXPIRED
static final int PH1_TIMEOUT_EXPIRED
- See Also:
- Constant Field Values
-
PH0
static final String PH0
- See Also:
- Constant Field Values
-
PH1
static final String PH1
- See Also:
- Constant Field Values
-
PH2
static final String PH2
- See Also:
- Constant Field Values
-
-