Colt 1.0.1

Uses of Interface
edu.oswego.cs.dl.util.concurrent.ThreadFactory

Packages that use ThreadFactory
edu.oswego.cs.dl.util.concurrent Standardized, efficient utility classes commonly encountered in concurrent programming. 
 

Uses of ThreadFactory in edu.oswego.cs.dl.util.concurrent
 

Methods in edu.oswego.cs.dl.util.concurrent that return ThreadFactory
 ThreadFactory getThreadFactory()
          Get the factory for creating new threads.
 ThreadFactory setThreadFactory(ThreadFactory factory)
          Set the factory for creating new threads.
 

Methods in edu.oswego.cs.dl.util.concurrent with parameters of type ThreadFactory
 ThreadFactory setThreadFactory(ThreadFactory factory)
          Set the factory for creating new threads.
 


Colt 1.0.1

Submit a bug or feature. Check the Colt home page for the latest news.