LockType
- the type of lockpublic interface LockPreChecker<LockType> extends LockManagerListener<LockType>
Modifier and Type | Method and Description |
---|---|
void |
pre_check_wait(LockRequest<LockType> r,
Target<LockType> t)
Checks if we can wait for a lock.
|
locked, unlocked
void pre_check_wait(LockRequest<LockType> r, Target<LockType> t)
r
- the lock requestt
- the lock targetCopyright © 2015. All rights reserved.