org.apache.excalibur.event.command
Class TPSPThreadManager.PipelineRunner

java.lang.Object
  |
  +--org.apache.excalibur.event.command.TPSPThreadManager.PipelineRunner
All Implemented Interfaces:
Runnable
Enclosing class:
TPSPThreadManager

public static final class TPSPThreadManager.PipelineRunner
extends Object
implements Runnable

The PipelineRunner will run the pipelines


Constructor Summary
protected TPSPThreadManager.PipelineRunner(EventPipeline pipeline)
          Create a PipelineRunner
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TPSPThreadManager.PipelineRunner

protected TPSPThreadManager.PipelineRunner(EventPipeline pipeline)
Create a PipelineRunner

Parameters:
pipeline - The pipeline we are wrapping
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2002 Apache Avalon Project. All Rights Reserved.