org.codehaus.wadi.impl
Class RWLock.ReaderLock
java.lang.Object
org.codehaus.wadi.impl.RWLock.Signaller
org.codehaus.wadi.impl.RWLock.ReaderLock
- All Implemented Interfaces:
- Sync
- Enclosing class:
- RWLock
- protected class RWLock.ReaderLock
- extends RWLock.Signaller
- implements Sync
RWLock.ReaderLock
protected RWLock.ReaderLock()
toString
public String toString()
acquire
public void acquire()
throws InterruptedException
- Specified by:
acquire
in interface Sync
- Throws:
InterruptedException
release
public void release()
- Specified by:
release
in interface Sync
attempt
public boolean attempt(long msecs)
throws InterruptedException
- Specified by:
attempt
in interface Sync
- Throws:
InterruptedException
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.