|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.emory.mathcs.util.concurrent.helpers.WaitQueue.WaitNode
Constructor Summary | |
WaitQueue.WaitNode()
|
Method Summary | |
boolean |
doTimedWait(WaitQueue.QueuedSync sync,
long nanos)
|
void |
doWait(WaitQueue.QueuedSync sync)
|
boolean |
signal()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WaitQueue.WaitNode()
Method Detail |
public boolean signal()
public boolean doTimedWait(WaitQueue.QueuedSync sync, long nanos) throws java.lang.InterruptedException
java.lang.InterruptedException
public void doWait(WaitQueue.QueuedSync sync) throws java.lang.InterruptedException
java.lang.InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |