|
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||||
| Class Summary | |
| BlockingQueue | The BlockingQueue class represents a Queue where remove will block the calling thread if the queue is empty. |
| Queue | The Queue class represents a first-in-first-out (FIFO) queue of objects. |
| Exception Summary | |
| EmptyQueueException | Thrown when a remove or peek method is
performed on an empty queue. |
| TimeoutQueueException | Thrown when a removeWithTimeout method is performed on an
empty BlockingQueue and the timeout has expired. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
(c) 1996-2005 All rights reserved. Stellent, Inc. |