Colt 1.0.1

Uses of Class
edu.oswego.cs.dl.util.concurrent.ThreadFactoryUser

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

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

Subclasses of ThreadFactoryUser in edu.oswego.cs.dl.util.concurrent
 class ClockDaemon
          A general-purpose time-based daemon, vaguely similar in functionality to common system-level utilities such as at (and the associated crond) in Unix.
 class PooledExecutor
          A tunable, extensible thread pool class.
 class QueuedExecutor
          An implementation of Executor that queues incoming requests until they can be processed by a single background thread.
 class ThreadedExecutor
          An implementation of Executor that creates a new Thread that invokes the run method of the supplied command.
 class TimeDaemon
          A general-purpose timer daemon, vaguely similar in functionality common system-level utilities like at (and the associated crond) in Unix.
 


Colt 1.0.1

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