Package com.arjuna.ats.txoj
Class ConflictType
- java.lang.Object
-
- com.arjuna.ats.txoj.ConflictType
-
public class ConflictType extends Object
The various types of lock conflict that can occur when trying to set a lock.
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMPATIBLEstatic intCONFLICTstatic intPRESENT
-
Constructor Summary
Constructors Constructor Description ConflictType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprint(PrintWriter strm, int c)Print a human-readable form of the conflict type.static StringstringForm(int c)
-
-
-
Field Detail
-
CONFLICT
public static final int CONFLICT
- See Also:
- Constant Field Values
-
COMPATIBLE
public static final int COMPATIBLE
- See Also:
- Constant Field Values
-
PRESENT
public static final int PRESENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
stringForm
public static String stringForm(int c)
-
print
public static void print(PrintWriter strm, int c)
Print a human-readable form of the conflict type.
-
-