|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| AsyncQueue | Common interface for AsyncQueue processors. |
| AsyncQueueEnabledTransport | Interface, which Transports should implement if they support AsyncQueues. |
| AsyncQueueReader<L> | The AsyncQueue, which implements asynchronous read queue. |
| AsyncQueueWriter<L> | The AsyncQueue, which implements asynchronous write queue. |
| MessageCloner<E> | Cloner, which will be called by AsyncQueueWriter, when message
could not be written directly, and will be added to the queue. |
| Class Summary | |
|---|---|
| AsyncQueueIO<L> | Class encapsulates asynchronous queue implementation:
AsyncQueueReader, AsyncQueueWriter. |
| AsyncQueueRecord<R> | AsyncQueue element unit |
| AsyncReadQueueRecord | AsyncQueue read element unit |
| AsyncWriteQueueRecord | AsyncQueue write element unit |
| TaskQueue<E> | Class represents common implementation of asynchronous processing queue. |
| TaskQueue.QueueMonitor | Notification mechanism which will be invoked when
TaskQueue.releaseSpace(int) or TaskQueue.releaseSpaceAndNotify(int)
is called. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||