org.apache.ojb.otm.lock
Class LockType

java.lang.Object
  extended byorg.apache.ojb.otm.lock.LockType

public final class LockType
extends java.lang.Object

Enumeration of all the lockTypes

Author:
Raghu Rajah

Field Summary
static int NO_LOCK
           
static int READ_LOCK
           
static int WRITE_LOCK
           
 
Constructor Summary
LockType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_LOCK

public static final int NO_LOCK
See Also:
Constant Field Values

READ_LOCK

public static final int READ_LOCK
See Also:
Constant Field Values

WRITE_LOCK

public static final int WRITE_LOCK
See Also:
Constant Field Values
Constructor Detail

LockType

public LockType()


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14