Class QueuedSemaphore.WaitQueue.WaitNode
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.QueuedSemaphore.WaitQueue.WaitNode
- Enclosing class:
QueuedSemaphore.WaitQueue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandoTimedWait(QueuedSemaphore sem, long msecs) protected voiddoWait(QueuedSemaphore sem) protected booleansignal()
-
Constructor Details
-
WaitNode
protected WaitNode()
-
-
Method Details
-
signal
protected boolean signal() -
doTimedWait
- Throws:
InterruptedException
-
doWait
- Throws:
InterruptedException
-