org.pentaho.di.trans.step
Class StepInitThread
java.lang.Object
  
org.pentaho.di.trans.step.StepInitThread
- All Implemented Interfaces: 
 - Runnable
 
public class StepInitThread
- extends Object
- implements Runnable
  
 
 
 
 
ok
public boolean ok
finished
public boolean finished
StepInitThread
public StepInitThread(StepMetaDataCombi combi,
                      org.pentaho.di.core.logging.LogChannelInterface log)
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.