Uses of Class
com.mischiefbox.pollserve.Queue

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.
 



Copyright © 2001 by Christopher R. Jones. All Rights Reserved.