Uses of Class
org.apache.jcs.utils.threads.ThreadPool.ControlRunnable

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

Uses of ThreadPool.ControlRunnable in org.apache.jcs.utils.threads
 

Methods in org.apache.jcs.utils.threads with parameters of type ThreadPool.ControlRunnable
protected  void ThreadPool.returnController(ThreadPool.ControlRunnable c)
          Returns the thread to the pool.
protected  void ThreadPool.notifyThreadEnd(ThreadPool.ControlRunnable c)
          Inform the pool that the specific thread finish.