com.sleepycat.je.txn
Class LockGrantType

java.lang.Object
  extended by com.sleepycat.je.txn.LockGrantType

public class LockGrantType
extends Object

LockGrantType is an enumeration of the possible results of a lock attempt.


Field Summary
static LockGrantType DENIED
           
static LockGrantType EXISTING
           
static LockGrantType NEW
           
static LockGrantType NONE_NEEDED
           
static LockGrantType PROMOTION
           
static LockGrantType WAIT_NEW
           
static LockGrantType WAIT_PROMOTION
           
static LockGrantType WAIT_RESTART
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NEW

public static final LockGrantType NEW

WAIT_NEW

public static final LockGrantType WAIT_NEW

PROMOTION

public static final LockGrantType PROMOTION

WAIT_PROMOTION

public static final LockGrantType WAIT_PROMOTION

EXISTING

public static final LockGrantType EXISTING

DENIED

public static final LockGrantType DENIED

WAIT_RESTART

public static final LockGrantType WAIT_RESTART

NONE_NEEDED

public static final LockGrantType NONE_NEEDED
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.