com.retek.commons.util.thread
Class ThrottledBlockingQueue

java.lang.Object
  extended bycom.retek.commons.util.thread.ThrottledBlockingQueue

public class ThrottledBlockingQueue
extends java.lang.Object

Class ...


Constructor Summary
ThrottledBlockingQueue()
           
ThrottledBlockingQueue(int queueCapacity)
           
 
Method Summary
 void clear()
           
 void close()
           
 java.util.List dequeue(int dequeueSize)
           
 void enqueue(java.lang.Object object)
           
 boolean isClosed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrottledBlockingQueue

public ThrottledBlockingQueue()

ThrottledBlockingQueue

public ThrottledBlockingQueue(int queueCapacity)
Method Detail

isClosed

public boolean isClosed()

close

public void close()

enqueue

public void enqueue(java.lang.Object object)

dequeue

public java.util.List dequeue(int dequeueSize)

clear

public void clear()


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25