Class ActionStatus
- java.lang.Object
-
- com.arjuna.ats.arjuna.coordinator.ActionStatus
-
public class ActionStatus extends java.lang.ObjectThe various state changes that a transaction can go through.- Since:
- JTS 1.0.
- Version:
- $Id: ActionStatus.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
-
-
Field Summary
Fields Modifier and Type Field Description static intABORT_ONLYstatic intABORTEDstatic intABORTINGstatic intCLEANUPstatic intCOMMITTEDstatic intCOMMITTINGstatic intCREATEDstatic intDISABLEDstatic intH_COMMITstatic intH_HAZARDstatic intH_MIXEDstatic intH_ROLLBACKstatic intINVALIDstatic intNO_ACTIONstatic intPREPAREDstatic intPREPARINGstatic intRUNNING
-
Constructor Summary
Constructors Constructor Description ActionStatus()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprint(java.io.PrintWriter strm, int res)Print the status on the specifiedPrintWriter.static java.lang.StringstringForm(int res)
-
-
-
Field Detail
-
RUNNING
public static final int RUNNING
- See Also:
- Constant Field Values
-
PREPARING
public static final int PREPARING
- See Also:
- Constant Field Values
-
ABORTING
public static final int ABORTING
- See Also:
- Constant Field Values
-
ABORT_ONLY
public static final int ABORT_ONLY
- See Also:
- Constant Field Values
-
ABORTED
public static final int ABORTED
- See Also:
- Constant Field Values
-
PREPARED
public static final int PREPARED
- See Also:
- Constant Field Values
-
COMMITTING
public static final int COMMITTING
- See Also:
- Constant Field Values
-
COMMITTED
public static final int COMMITTED
- See Also:
- Constant Field Values
-
CREATED
public static final int CREATED
- See Also:
- Constant Field Values
-
INVALID
public static final int INVALID
- See Also:
- Constant Field Values
-
CLEANUP
public static final int CLEANUP
- See Also:
- Constant Field Values
-
H_ROLLBACK
public static final int H_ROLLBACK
- See Also:
- Constant Field Values
-
H_COMMIT
public static final int H_COMMIT
- See Also:
- Constant Field Values
-
H_MIXED
public static final int H_MIXED
- See Also:
- Constant Field Values
-
H_HAZARD
public static final int H_HAZARD
- See Also:
- Constant Field Values
-
DISABLED
public static final int DISABLED
- See Also:
- Constant Field Values
-
NO_ACTION
public static final int NO_ACTION
- See Also:
- Constant Field Values
-
-