Uses of Package
org.apache.excalibur.event.command

Packages that use org.apache.excalibur.event.command
org.apache.excalibur.event.command   
 

Classes in org.apache.excalibur.event.command used by org.apache.excalibur.event.command
AbstractThreadManager
          Abstract base class for a ThreadManager that has a single ThreadPool for all pipelines
Command
          A Command is a specific type of Signal that denotes an asynchronous execution unit that must be performed by the CommandManager.
CommandFailureHandler
          CommandFailureHandler is used by the CommandManager to handle any exceptions that might be thrown by a Command.
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.
EventPipeline
          An EventPipeline is used by the ThreadManager to manage the event Queue and EventHandler relationship.
NullCommandFailureHandler
          NullCommandFailureHandler is used to do nothing if a command fails.
ThreadManager
          A ThreadManager handles the thread policies for EventPipelines.
TPSPThreadManager.SourceRunner
          The SourceRunner is used to dequeue events one at a time.
 



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