com.github.libxjava.concurrent
Class ReentrantLock.Condition
java.lang.Object
com.github.libxjava.concurrent.ReentrantLock.Condition
- Enclosing class:
- ReentrantLock
public final class ReentrantLock.Condition
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReentrantLock.Condition
protected ReentrantLock.Condition()
await
public void await()
throws InterruptedException
- Throws:
InterruptedException
await
public void await(long millis)
throws InterruptedException
- Throws:
InterruptedException
awaitUninterruptibly
public void awaitUninterruptibly()
signal
public void signal()
signalAll
public void signalAll()
Copyright © 2011 Marcel Patzlaff. All Rights Reserved.