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.
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 String stringForm(int c)
print
public static void print(PrintWriter strm,
int c)
- Print a human-readable form of the conflict type.
Copyright © 2011. All Rights Reserved.