com.arjuna.ats.txoj
Class LockResult

java.lang.Object
  extended by 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)

Field Summary
static int GRANTED
           
static int REFUSED
           
static int RELEASED
           
 
Constructor Summary
LockResult()
           
 
Method Summary
static void print(PrintWriter strm, int l)
          Print a human-readable form of the lock result.
static 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 String stringForm(int l)

print

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



Copyright © 2011. All Rights Reserved.