Package com.arjuna.ats.txoj
Class LockMode
- java.lang.Object
-
- com.arjuna.ats.txoj.LockMode
-
public class LockMode extends Object
The types of lock which can exist.- Since:
- JTS 1.0.
- Version:
- $Id: LockMode.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
-
-
Field Summary
Fields Modifier and Type Field Description static intINTENTION_READstatic intINTENTION_WRITEstatic intREADstatic intUPGRADEstatic intWRITE
-
Constructor Summary
Constructors Constructor Description LockMode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprint(PrintWriter strm, int l)static StringstringForm(int l)
-
-
-
Field Detail
-
READ
public static final int READ
- See Also:
- Constant Field Values
-
WRITE
public static final int WRITE
- See Also:
- Constant Field Values
-
UPGRADE
public static final int UPGRADE
- See Also:
- Constant Field Values
-
INTENTION_READ
public static final int INTENTION_READ
- See Also:
- Constant Field Values
-
INTENTION_WRITE
public static final int INTENTION_WRITE
- See Also:
- Constant Field Values
-
-
Method Detail
-
stringForm
public static String stringForm(int l)
-
print
public static void print(PrintWriter strm, int l)
-
-