Package com.arjuna.ats.txoj
Class LockResult
- java.lang.Object
-
- com.arjuna.ats.txoj.LockResult
-
public class LockResult extends Object
The various results which can occur when setting a lock.- Since:
- JTS 1.0.
- Version:
- $Id: LockResult.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
-
-
Constructor Summary
Constructors Constructor Description LockResult()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprint(PrintWriter strm, int l)Print a human-readable form of the lock result.static StringstringForm(int l)
-
-
-
Field Detail
-
GRANTED
public static final int GRANTED
- See Also:
- Constant Field Values
-
REFUSED
public static final int REFUSED
- See Also:
- Constant Field Values
-
RELEASED
public static final int RELEASED
- See Also:
- Constant Field Values
-
-
Method Detail
-
stringForm
public static String stringForm(int l)
-
print
public static void print(PrintWriter strm, int l)
Print a human-readable form of the lock result.
-
-