Uses of Package
org.apache.jcs.utils.threads

Packages that use org.apache.jcs.utils.threads
org.apache.jcs.utils.threads   
 

Classes in org.apache.jcs.utils.threads used by org.apache.jcs.utils.threads
IThreadPoolRunnable
          Implemented if you want to run a piece of code inside a thread pool.
ThreadPool
          A thread pool that is trying to copy the apache process management.
ThreadPool.ControlRunnable
          A Thread object that executes various actions ( IThreadPoolRunnable ) under control of ThreadPool
ThreadPool.MonitorRunnable
          Periodically execute an action - cleanup in this case
ThreadPoolManager
          Provides a singleton thread pool.