Class AddOutcome
- java.lang.Object
-
- com.arjuna.ats.arjuna.coordinator.AddOutcome
-
public class AddOutcome extends java.lang.ObjectThe possible outcomes when trying to add an AbstractRecord as a participant within a transaction.- Since:
- JTS 1.0.
- Version:
- $Id: AddOutcome.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
-
-
Field Summary
Fields Modifier and Type Field Description static intAR_ADDEDstatic intAR_DUPLICATEstatic intAR_REJECTED
-
Constructor Summary
Constructors Constructor Description AddOutcome()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprint(java.io.PrintWriter strm, int res)static java.lang.StringprintString(int res)
-
-
-
Field Detail
-
AR_ADDED
public static final int AR_ADDED
- See Also:
- Constant Field Values
-
AR_REJECTED
public static final int AR_REJECTED
- See Also:
- Constant Field Values
-
AR_DUPLICATE
public static final int AR_DUPLICATE
- See Also:
- Constant Field Values
-
-