|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Queue in com.mischiefbox.pollserve |
| Subclasses of Queue in com.mischiefbox.pollserve | |
class |
InputQueue
Input queue and manager. |
| Fields in com.mischiefbox.pollserve declared as Queue | |
protected Queue |
ConnectionHandler.qOutput
The output (outgoing message) queue. |
protected Queue |
ProcessorThread.qOutput
The output queue which will receive message results (if any). |
protected Queue |
ThreadPool.qThreads
The available thread pool. |
| Methods in com.mischiefbox.pollserve with parameters of type Queue | |
void |
ProcessorThread.process(Message msg,
Queue qOutput)
Process a message. |
| Constructors in com.mischiefbox.pollserve with parameters of type Queue | |
ConnectionHandler(InputQueue qInput,
Queue qOutput)
Create a new connection handler. |
|
MessageHandler(Queue qInput,
Queue qOutput)
Creates a new message handler. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||