| Interface | Description |
|---|---|
| IQueue<T> |
An interface for a queue.
|
| IQueueFactory<T> |
A factory for a queue.
|
| IQueueListener |
A listener for queue state change notifications.
|
| IQueueWorker<T> |
Interface for a worker class whih performs operation on the queue elements.
|
| ITimestampedQueue<T> |
A queue that stores timestamps of operations.
|
| Class | Description |
|---|---|
| AbstractQueueListener | |
| QueuedProcessor<T> | |
| QueueImpl<T> |
An implementation of the IQueue interface.
|
| StandardQueueFactory<T> |
A factory which creates queues.
|
| TimestampedQueueFactory<T> |
QueueFactory which creates TimestampedQueues.
|
| TimestampedQueueImpl<T> |
Same as normal queue, but with timestamps for last put and get operations.
|
| Exception | Description |
|---|---|
| QueueOverflowException |
TODO please remind another to comment this class
|
| UnrecoverableQueueOverflowException |
TODO please remind another to comment this class
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.