Package | Description |
---|---|
locklib |
In locklib, a locking target is represented by a
Target . |
Modifier and Type | Interface and Description |
---|---|
interface |
LockPreChecker<LockType>
A lock pre-checker is informed of all locks currently held and decides
whether a lock (which cannot be obtained right now) can be queued for
later acquisition.
|
Modifier and Type | Class and Description |
---|---|
class |
NullLockPreChecker<LockType>
Lock pre-checker that accepts waiting for all locks, possibly generating
a deadlock.
|
Copyright © 2015. All rights reserved.