com.sleepycat.je.txn
Class LockAttemptResult
java.lang.Object
com.sleepycat.je.txn.LockAttemptResult
class 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
LockAttemptResult
LockAttemptResult(Lock useLock,
LockGrantType lockGrant,
boolean success)
Copyright (c) 2004-2010 Oracle. All rights reserved.