Uses of Interface
org.apache.excalibur.event.command.EventPipeline

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

Uses of EventPipeline in org.apache.excalibur.event.command
 

Classes in org.apache.excalibur.event.command that implement EventPipeline
 class CommandManager
          The CommandManager handles asynchronous commands from the rest of the system.
 

Methods in org.apache.excalibur.event.command with parameters of type EventPipeline
 void TPSPThreadManager.register(EventPipeline pipeline)
          Register an EventPipeline with the ThreadManager.
 void TPSPThreadManager.deregister(EventPipeline pipeline)
          Deregister an EventPipeline with the ThreadManager
 void AbstractThreadManager.register(EventPipeline pipeline)
          Register an EventPipeline with the ThreadManager.
 void AbstractThreadManager.deregister(EventPipeline pipeline)
          Deregister an EventPipeline with the ThreadManager
 void ThreadManager.register(EventPipeline pipeline)
          Register an EventPipeline with the ThreadManager.
 void ThreadManager.deregister(EventPipeline pipeline)
          Deregister an EventPipeline with the ThreadManager
 

Constructors in org.apache.excalibur.event.command with parameters of type EventPipeline
AbstractThreadManager.PipelineRunner(EventPipeline pipeline)
          Create a PipelineRunner.
 



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