org.pentaho.di.trans.step
Class RunThread

java.lang.Object
  extended by org.pentaho.di.trans.step.RunThread
All Implemented Interfaces:
Runnable

public class RunThread
extends Object
implements Runnable


Constructor Summary
RunThread(StepMetaDataCombi combi)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunThread

public RunThread(StepMetaDataCombi combi)
Method Detail

run

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