org.pentaho.di.trans.step
Class StepInitThread

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

public class StepInitThread
extends Object
implements Runnable


Field Summary
 boolean finished
           
 boolean ok
           
 
Constructor Summary
StepInitThread(StepMetaDataCombi combi, LogChannelInterface log)
           
 
Method Summary
 StepMetaDataCombi getCombi()
           
 boolean isFinished()
           
 boolean isOk()
           
 void run()
           
 void setCombi(StepMetaDataCombi combi)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ok

public boolean ok

finished

public boolean finished
Constructor Detail

StepInitThread

public StepInitThread(StepMetaDataCombi combi,
                      LogChannelInterface log)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

run

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

isFinished

public boolean isFinished()

isOk

public boolean isOk()

getCombi

public StepMetaDataCombi getCombi()
Returns:
Returns the combi.

setCombi

public void setCombi(StepMetaDataCombi combi)
Parameters:
combi - The combi to set.