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