Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.excalibur.event.command Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
AbstractThreadManagerAbstract base class for a ThreadManager that has a single ThreadPool forAuthor:Avalon Development TeamClassorg.apache.excalibur.event.commandApache Avalon
AbstractThreadManager .PipelineRunnerThe PipelineRunner class pulls all the events from the Source, and puts them in the EventHandler.Classorg.apache.excalibur.event.command.AbstractThreadManagerApache Avalon
CommandA Command is a specific type of Signal that denotes an asynchronous execution unit that must be performed by the CommandManager.Interfaceorg.apache.excalibur.event.commandApache Avalon
CommandFailureHandlerCommandFailureHandler is used by the CommandManager to handle any exceptions that might be thrown by a Command.Interfaceorg.apache.excalibur.event.commandApache Avalon
CommandManagerThe CommandManager handles asynchronous commands from the rest of the system.Classorg.apache.excalibur.event.commandApache Avalon
DefaultThreadManagerA ThreadManager that will use an external ThreadPool.Classorg.apache.excalibur.event.commandApache Avalon
DelayedCommandA DelayedCommand is a specific type of Command that denotes a an execution unit that will be delayed at least X number of milliseconds.Interfaceorg.apache.excalibur.event.commandApache Avalon
EventPipelineAn EventPipeline is used by the ThreadManager to manage the event Queue and EventHandler relationship.Interfaceorg.apache.excalibur.event.commandApache Avalon
NullCommandFailureHandlerNullCommandFailureHandler is used to do nothing if a command fails.Classorg.apache.excalibur.event.commandApache Avalon
RepeatedCommandA Signal is a specific type of QueueElement that denotes a Control code for the Queue system.Interfaceorg.apache.excalibur.event.commandApache Avalon
TPCThreadManagerThis is a ThreadManager that uses a certain number of threads per processor.Classorg.apache.excalibur.event.commandApache Avalon
TPSPThreadManagerThis is a ThreadManager which provides a threadpool per Sink per EventPipeline.Classorg.apache.excalibur.event.commandApache Avalon
TPSPThreadManager .SourceDequeueInterceptorThis is used to plug into Queues so that we can intercept calls to the dequeue operation.Classorg.apache.excalibur.event.command.TPSPThreadManagerApache Avalon
TPSPThreadManager .SourceRunnerThe SourceRunner is used to dequeue events one at a time.Classorg.apache.excalibur.event.command.TPSPThreadManagerApache Avalon
ThreadManagerA ThreadManager handles the thread policies for EventPipelines.Interfaceorg.apache.excalibur.event.commandApache Avalon