public class ReentrantReadWriteLock.ReadLock extends Object implements ReentrantReadWriteLock.Lock
| Constructor and Description |
|---|
ReentrantReadWriteLock.ReadLock() |
public boolean tryLock(long interval,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionpublic void lock()
lock in interface ReentrantReadWriteLock.Lockpublic void unlock()
unlock in interface ReentrantReadWriteLock.LockCopyright © 2011-2016 OpenESB Community. All Rights Reserved.