| java.lang.Object net.sf.hajdbc.util.concurrent.SemaphoreLock
SemaphoreLock | public class SemaphoreLock implements Lock(Code) | | An implementation of
java.util.concurrent.lock.Lock using a semaphore.
Unlike the
java.util.concurrent.lock.ReentrantLock this lock can be locked and unlocked by different threads.
Lock upgrading and downgrading are not supported. Conditions are also not supported.
author: Paul Ferraro |
SemaphoreLock | public SemaphoreLock()(Code) | | |
|
|