|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dbunit.util.concurrent.SynchronousChannel.Queue
Simple FIFO queue class to hold waiting puts/takes.
Field Summary | |
protected LinkedNode |
head
|
protected LinkedNode |
last
|
Constructor Summary | |
protected |
SynchronousChannel.Queue()
|
Method Summary | |
protected LinkedNode |
deq()
|
protected void |
enq(LinkedNode p)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected LinkedNode head
protected LinkedNode last
Constructor Detail |
protected SynchronousChannel.Queue()
Method Detail |
protected void enq(LinkedNode p)
protected LinkedNode deq()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |