com.arjuna.ats.txoj
Class ConflictType
java.lang.Object
com.arjuna.ats.txoj.ConflictType
public class ConflictType
- extends java.lang.Object
The various types of lock conflict that can occur when
trying to set a lock.
Method Summary |
static void |
print(java.io.PrintWriter strm,
int c)
Print a human-readable form of the conflict type. |
static java.lang.String |
stringForm(int c)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ConflictType
public ConflictType()
stringForm
public static java.lang.String stringForm(int c)
print
public static void print(java.io.PrintWriter strm,
int c)
- Print a human-readable form of the conflict type.