Package com.arjuna.ats.txoj
Class LockResult
java.lang.Object
com.arjuna.ats.txoj.LockResult
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)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
print
(PrintWriter strm, int l) Print a human-readable form of the lock result.static String
stringForm
(int l)
-
Field Details
-
GRANTED
public static final int GRANTED- See Also:
-
REFUSED
public static final int REFUSED- See Also:
-
RELEASED
public static final int RELEASED- See Also:
-
-
Constructor Details
-
LockResult
public LockResult()
-
-
Method Details
-
stringForm
-
print
Print a human-readable form of the lock result.
-