Uses of Interface
org.apache.tomcat.util.threads.ThreadPoolRunnable

Packages that use ThreadPoolRunnable
org.apache.tomcat.util.threads   
 

Uses of ThreadPoolRunnable in org.apache.tomcat.util.threads
 

Classes in org.apache.tomcat.util.threads that implement ThreadPoolRunnable
 class Expirer
          Expire unused objects.
 

Methods in org.apache.tomcat.util.threads with parameters of type ThreadPoolRunnable
 void ThreadPool.runIt(ThreadPoolRunnable r)
          Executes a given Runnable on a thread in the pool, block if needed.
 void ThreadPool.ControlRunnable.runIt(ThreadPoolRunnable toRun)
          Run a task
 int Reaper.addCallback(ThreadPoolRunnable c, int interval)
           
 



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.