|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Queue | |
uk.org.ogsadai.common | This package provides a set of common classes and interfaces supporting all the other OGSA-DAI components. |
uk.org.ogsadai.engine | Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. |
Uses of Queue in uk.org.ogsadai.common |
Classes in uk.org.ogsadai.common that implement Queue | |
class |
FIFOQueue
Array-based implementation of the uk.org.ogsadai.common.Queue interface, using a
first-in-first-out (FIFO) ordering of elements. |
Uses of Queue in uk.org.ogsadai.engine |
Fields in uk.org.ogsadai.engine declared as Queue | |
private Queue |
RequestEngine.mQueue
Queue of requests in waiting |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |