Class LockPool.Lock

java.lang.Object
ch.tocco.nice2.toolbox.api.LockPool.Lock
All Implemented Interfaces:
Lock
Enclosing class:
LockPool<K>

public static final class LockPool.Lock extends Object implements Lock
A shared keyed lock. Delegates all methods to an instance of ReentrantLock.
See Also: