Uses of Class
net.sf.crispy.concurrent.ThreadWorker

Packages that use ThreadWorker
net.sf.crispy.concurrent Useful for concurrent programming.  
 

Uses of ThreadWorker in net.sf.crispy.concurrent
 

Methods in net.sf.crispy.concurrent that return ThreadWorker
 ThreadWorker ThreadController.getThreadWorker()
          Get a new ThreadWorker (Thread) or from pool.
 

Methods in net.sf.crispy.concurrent with parameters of type ThreadWorker
 void ThreadController.releasThreadWorker(ThreadWorker pvThreadWorker)
          Release ThreadWorker (Thread)
 



Copyright © 2005-2006 Crispy. All Rights Reserved.