KeyedLock.GlobalLockable<T>
threadLocal
Constructor and Description |
---|
GlobalLockable() |
Modifier and Type | Method and Description |
---|---|
void |
acquire(T key) |
Lock |
globalLock()
Returns a global lock guaranteeing exclusive access to the resource
this KeyedLock is guarding.
|
void |
release(T key) |
hasLockedKeys
Copyright © 2009–2015. All rights reserved.