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
 

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.
 



Copyright © 2002-2005 Apache Software Foundation. All Rights Reserved.