org.dbunit.util.concurrent
Class SynchronousChannel.Queue
java.lang.Object
org.dbunit.util.concurrent.SynchronousChannel.Queue
- Enclosing class:
- SynchronousChannel
protected static class SynchronousChannel.Queue
- extends Object
Simple FIFO queue class to hold waiting puts/takes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
head
protected LinkedNode head
last
protected LinkedNode last
SynchronousChannel.Queue
protected SynchronousChannel.Queue()
enq
protected void enq(LinkedNode p)
deq
protected LinkedNode deq()
Copyright © 2002-2011. All Rights Reserved.