Uses of Class
ca.cbc.sportwire.QueueElement

Packages that use QueueElement
ca.cbc.sportwire   
 

Uses of QueueElement in ca.cbc.sportwire
 

Methods in ca.cbc.sportwire with parameters of type QueueElement
 boolean QueueElement.equals(QueueElement q)
           
 void DocQueue.queueDoc(QueueElement doc)
          queueDoc adds an object to the end of the queue and notifies any waiting worker threads.
private  void DocQueue.processDocument(QueueElement doc)