com.sleepycat.je.txn
Class LockManager.LockAttemptResult

java.lang.Object
  extended by com.sleepycat.je.txn.LockManager.LockAttemptResult
Enclosing class:
LockManager

static class LockManager.LockAttemptResult
extends Object

This is just a struct to hold a multi-value return.


Field Summary
(package private)  LockGrantType lockGrant
           
(package private)  boolean success
           
(package private)  Lock useLock
           
 
Constructor Summary
LockManager.LockAttemptResult(Lock useLock, LockGrantType lockGrant, boolean success)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

success

boolean success

useLock

Lock useLock

lockGrant

LockGrantType lockGrant
Constructor Detail

LockManager.LockAttemptResult

LockManager.LockAttemptResult(Lock useLock,
                              LockGrantType lockGrant,
                              boolean success)


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