com.arjuna.ats.txoj
Class LockResult

java.lang.Object
  extended bycom.arjuna.ats.txoj.LockResult

public class LockResult
extends java.lang.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)

Field Summary
static int GRANTED
           
static int REFUSED
           
static int RELEASED
           
 
Constructor Summary
LockResult()
           
 
Method Summary
static void print(java.io.PrintWriter strm, int l)
          Print a human-readable form of the lock result.
static java.lang.String stringForm(int l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

LockResult

public LockResult()
Method Detail

stringForm

public static java.lang.String stringForm(int l)

print

public static void print(java.io.PrintWriter strm,
                         int l)
Print a human-readable form of the lock result.