com.onionnetworks.antflow.job
Class ExecutorFactoryImpl.CountableLinkedQueue

java.lang.Object
  extended byEDU.oswego.cs.dl.util.concurrent.LinkedQueue
      extended bycom.onionnetworks.antflow.job.ExecutorFactoryImpl.CountableLinkedQueue
All Implemented Interfaces:
EDU.oswego.cs.dl.util.concurrent.Channel, EDU.oswego.cs.dl.util.concurrent.Puttable, EDU.oswego.cs.dl.util.concurrent.Takable
Enclosing class:
ExecutorFactoryImpl

public class ExecutorFactoryImpl.CountableLinkedQueue
extends EDU.oswego.cs.dl.util.concurrent.LinkedQueue

necessary because channels are lame


Field Summary
 
Fields inherited from class EDU.oswego.cs.dl.util.concurrent.LinkedQueue
head_, last_, putLock_, waitingForTake_
 
Constructor Summary
ExecutorFactoryImpl.CountableLinkedQueue()
           
 
Method Summary
 int getSize()
           
 
Methods inherited from class EDU.oswego.cs.dl.util.concurrent.LinkedQueue
extract, insert, isEmpty, offer, peek, poll, put, take
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorFactoryImpl.CountableLinkedQueue

public ExecutorFactoryImpl.CountableLinkedQueue()
Method Detail

getSize

public int getSize()


Copyright © 2003-2004 Onion Networks. All Rights Reserved.