Uses of Class
net.sourceforge.groboutils.util.datastruct.v1.SynchQueue

Packages that use SynchQueue
net.sourceforge.groboutils.util.thread.v1 A collection of classes to aid in speeding the development of threaded applications. 
 

Uses of SynchQueue in net.sourceforge.groboutils.util.thread.v1
 

Methods in net.sourceforge.groboutils.util.thread.v1 that return SynchQueue
 SynchQueue QueueThread.getQueue()
          Retrieves the internal listened queue.
 

Methods in net.sourceforge.groboutils.util.thread.v1 with parameters of type SynchQueue
protected  void QueueThread.initialize(IObjectListener ol, SynchQueue sq)
           
 

Constructors in net.sourceforge.groboutils.util.thread.v1 with parameters of type SynchQueue
QueueThread(IObjectListener ol, SynchQueue sq)
           
QueueThread(IObjectListener ol, SynchQueue sq, java.lang.ThreadGroup tg)
           
QueueThread(IObjectListener ol, SynchQueue sq, java.lang.String threadName)
           
QueueThread(IObjectListener ol, SynchQueue sq, java.lang.ThreadGroup tg, java.lang.String threadName)
           
 



Copyright © 2001-2003 by The GroboUtils Project