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

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

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

Methods in org.apache.avalon.excalibur.thread.impl with parameters of type Executable
 ThreadControl InstrumentedResourceLimitingThreadPool.execute(Executable 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.
 

Uses of Executable in org.apache.excalibur.thread
 

Methods in org.apache.excalibur.thread with parameters of type Executable
 ThreadControl ThreadPool.execute(Executable work)
          Run work in separate thread.
 

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

Methods in org.apache.excalibur.thread.impl with parameters of type Executable
protected  ThreadControl WorkerThread.execute(Executable work)
          Set the Work code this Worker must execute and notifies its thread to do it.
protected  void WorkerThread.executeAndWait(Executable work)
          Set the Work code this Worker must execute and notifies its thread to do it.
 ThreadControl AbstractThreadPool.execute(Executable work)
          Execute some executable work in a thread.
 



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