net.sf.beanlib.util.concurrent
Class ConcurrentLinkedBlockingQueue.ThreadMarker

java.lang.Object
  extended by net.sf.beanlib.util.concurrent.ConcurrentLinkedBlockingQueue.ThreadMarker
Enclosing class:
ConcurrentLinkedBlockingQueue<E>

protected static class ConcurrentLinkedBlockingQueue.ThreadMarker
extends Object


Field Summary
(package private)  boolean parked
           
(package private)  Thread thread
           
 
Constructor Summary
ConcurrentLinkedBlockingQueue.ThreadMarker(Thread thread)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thread

final Thread thread

parked

volatile boolean parked
Constructor Detail

ConcurrentLinkedBlockingQueue.ThreadMarker

ConcurrentLinkedBlockingQueue.ThreadMarker(Thread thread)