|
|||||||||
| 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

java.lang.Objectorg.ematgine.utils.concurrent.QueuedSemaphore.WaitQueue
- Direct Known Subclasses:
- FIFOSemaphore.FIFOWaitQueue, PrioritySemaphore.PriorityWaitQueue
- Enclosing class:
- QueuedSemaphore
- protected abstract static class QueuedSemaphore.WaitQueue
- extends java.lang.Object
Base class for internal queue classes for semaphores, etc. Relies on subclasses to actually implement queue mechanics
| Nested Class Summary | |
protected static class |
QueuedSemaphore.WaitQueue.WaitNode
|
| Constructor Summary | |
protected |
QueuedSemaphore.WaitQueue()
|
| Method Summary | |
protected abstract QueuedSemaphore.WaitQueue.WaitNode |
extract()
|
protected abstract void |
insert(QueuedSemaphore.WaitQueue.WaitNode w)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
QueuedSemaphore.WaitQueue
protected QueuedSemaphore.WaitQueue()
| Method Detail |
insert
protected abstract void insert(QueuedSemaphore.WaitQueue.WaitNode w)
extract
protected abstract QueuedSemaphore.WaitQueue.WaitNode extract()
|
|||||||||
| 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