Uses of Interface
org.apache.excalibur.thread.ThreadControl

Packages that use ThreadControl
org.apache.avalon.excalibur.thread.impl   
org.apache.excalibur.thread   
org.apache.excalibur.thread.impl   
 

Uses of ThreadControl in org.apache.avalon.excalibur.thread.impl
 

Methods in org.apache.avalon.excalibur.thread.impl that return ThreadControl
 ThreadControl InstrumentedResourceLimitingThreadPool.execute(Executable work)
          Run work in separate thread.
 ThreadControl InstrumentedResourceLimitingThreadPool.execute(java.lang.Runnable work)
          Run work in separate thread.
 ThreadControl InstrumentedResourceLimitingThreadPool.execute(Executable work)
          Run work in separate thread.
 ThreadControl DefaultThreadPool.execute(Executable work)
          Run work in separate thread.
 ThreadControl DefaultThreadPool.execute(java.lang.Runnable work)
          Run work in separate thread.
 ThreadControl DefaultThreadPool.execute(Executable work)
          Run work in separate thread.
 ThreadControl ResourceLimitingThreadPool.execute(Executable work)
          Run work in separate thread.
 ThreadControl ResourceLimitingThreadPool.execute(java.lang.Runnable work)
          Run work in separate thread.
 ThreadControl ResourceLimitingThreadPool.execute(Executable work)
          Run work in separate thread.
 

Uses of ThreadControl in org.apache.excalibur.thread
 

Methods in org.apache.excalibur.thread that return ThreadControl
 ThreadControl ThreadPool.execute(java.lang.Runnable work)
          Run work in separate thread.
 ThreadControl ThreadPool.execute(Executable work)
          Run work in separate thread.
 

Uses of ThreadControl in org.apache.excalibur.thread.impl
 

Methods in org.apache.excalibur.thread.impl that return ThreadControl
protected  ThreadControl WorkerThread.execute(Executable work)
          Set the Work code this Worker must execute and notifies its thread to do it.
 ThreadControl AbstractThreadPool.execute(java.lang.Runnable work)
          Run work in separate thread.
 ThreadControl AbstractThreadPool.execute(Executable work)
          Execute some executable work in a thread.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.