com.arjuna.ats.txoj
Class LockMode

java.lang.Object
  extended by 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
static int INTENTION_READ
           
static int INTENTION_WRITE
           
static int READ
           
static int UPGRADE
           
static int WRITE
           
 
Constructor Summary
LockMode()
           
 
Method Summary
static void print(PrintWriter strm, int l)
           
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

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

LockMode

public LockMode()
Method Detail

stringForm

public static String stringForm(int l)

print

public static void print(PrintWriter strm,
                         int l)


Copyright © 2011. All Rights Reserved.