Package com.arjuna.ats.txoj
Class ConflictType
java.lang.Object
com.arjuna.ats.txoj.ConflictType
The various types of lock conflict that can occur when
trying to set a lock.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
print
(PrintWriter strm, int c) Print a human-readable form of the conflict type.static String
stringForm
(int c)
-
Field Details
-
CONFLICT
public static final int CONFLICT- See Also:
-
COMPATIBLE
public static final int COMPATIBLE- See Also:
-
PRESENT
public static final int PRESENT- See Also:
-
-
Constructor Details
-
ConflictType
public ConflictType()
-
-
Method Details
-
stringForm
-
print
Print a human-readable form of the conflict type.
-