com.retek.commons.util.thread
Class BlockingQueue

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

public class BlockingQueue
extends java.lang.Object


Constructor Summary
BlockingQueue()
           
BlockingQueue(int initialSize)
           
 
Method Summary
 void clear()
           
 void close()
           
 java.lang.Object dequeue()
           
 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

BlockingQueue

public BlockingQueue()

BlockingQueue

public BlockingQueue(int initialSize)
Method Detail

isClosed

public boolean isClosed()

close

public void close()

enqueue

public void enqueue(java.lang.Object object)

dequeue

public java.lang.Object dequeue()

clear

public void clear()


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28