|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |