Uses of Interface
org.apache.avalon.framework.activity.Executable

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

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.event.command
 

Subinterfaces of Executable in org.apache.excalibur.event.command
 interface Command
          A Command is a specific type of Signal that denotes an asynchronous execution unit that must be performed by the CommandManager.
 interface DelayedCommand
          A DelayedCommand is a specific type of Command that denotes a an execution unit that will be delayed at least X number of milliseconds.
 interface RepeatedCommand
          A Signal is a specific type of QueueElement that denotes a Control code for the Queue system.
 



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