Uses of Interface
org.apache.jcs.utils.threads.IThreadPoolRunnable

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

Uses of IThreadPoolRunnable in org.apache.jcs.utils.threads
 

Fields in org.apache.jcs.utils.threads declared as IThreadPoolRunnable
(package private)  IThreadPoolRunnable ThreadPool.ControlRunnable.toRun
          The method that is executed in this thread
 

Methods in org.apache.jcs.utils.threads with parameters of type IThreadPoolRunnable
 void ThreadPoolManager.runIt(IThreadPoolRunnable r)
          Executes a given IThreadPoolRunnable on a thread in the pool, block if needed.
 void ThreadPool.runIt(IThreadPoolRunnable r)
          Executes a given Runnable on a thread in the pool, block if needed.
 void ThreadPool.ControlRunnable.runIt(IThreadPoolRunnable toRun)
          Description of the Method