Package com.arjuna.ats.txoj
Class ConflictType
- java.lang.Object
-
- com.arjuna.ats.txoj.ConflictType
-
public class ConflictType extends java.lang.ObjectThe 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(java.io.PrintWriter strm, int c)Print a human-readable form of the conflict type.static java.lang.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
-
-