|
|||||||||
| Home >> All >> org >> ematgine >> utils >> [ concurrent overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.ematgine.utils.concurrent
Class QueuedSemaphore.WaitQueue.WaitNode

java.lang.Objectorg.ematgine.utils.concurrent.QueuedSemaphore.WaitQueue.WaitNode
- Enclosing class:
- QueuedSemaphore.WaitQueue
- protected static class QueuedSemaphore.WaitQueue.WaitNode
- extends java.lang.Object
| Field Summary | |
(package private) QueuedSemaphore.WaitQueue.WaitNode |
next
|
(package private) boolean |
waiting
|
| Constructor Summary | |
protected |
QueuedSemaphore.WaitQueue.WaitNode()
|
| Method Summary | |
protected boolean |
doTimedWait(QueuedSemaphore sem,
long msecs)
|
protected void |
doWait(QueuedSemaphore sem)
|
protected boolean |
signal()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
waiting
boolean waiting
next
QueuedSemaphore.WaitQueue.WaitNode next
| Constructor Detail |
QueuedSemaphore.WaitQueue.WaitNode
protected QueuedSemaphore.WaitQueue.WaitNode()
| Method Detail |
signal
protected boolean signal()
doTimedWait
protected boolean doTimedWait(QueuedSemaphore sem, long msecs) throws java.lang.InterruptedException
doWait
protected void doWait(QueuedSemaphore sem) throws java.lang.InterruptedException
|
|||||||||
| Home >> All >> org >> ematgine >> utils >> [ concurrent overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.ematgine.utils.concurrent.QueuedSemaphore.WaitQueue.WaitNode