|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sleepycat.je.txn.LockManager.LockAttemptResult
static class LockManager.LockAttemptResult
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 |
|---|
boolean success
Lock useLock
LockGrantType lockGrant
| Constructor Detail |
|---|
LockManager.LockAttemptResult(Lock useLock,
LockGrantType lockGrant,
boolean success)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||