com.sleepycat.je.txn
Class LockManager.LockAttemptResult
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
success
boolean success
useLock
Lock useLock
lockGrant
LockGrantType lockGrant
LockManager.LockAttemptResult
LockManager.LockAttemptResult(Lock useLock,
LockGrantType lockGrant,
boolean success)
Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.