org.pentaho.di.trans
Class SingleThreadedTransExecutor

java.lang.Object
  extended by org.pentaho.di.trans.SingleThreadedTransExecutor

public class SingleThreadedTransExecutor
extends Object


Constructor Summary
SingleThreadedTransExecutor(Trans trans)
           
 
Method Summary
 void dispose()
           
 long getErrors()
           
 Result getResult()
           
 boolean init()
           
 boolean isStopped()
           
 boolean oneIteration()
          Give all steps in the transformation the chance to process all rows on input...
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleThreadedTransExecutor

public SingleThreadedTransExecutor(Trans trans)
Method Detail

init

public boolean init()
             throws KettleException
Throws:
KettleException

oneIteration

public boolean oneIteration()
                     throws KettleException
Give all steps in the transformation the chance to process all rows on input...

Returns:
true if more iterations can be performed. False if this is not the case.
Throws:
KettleException

getErrors

public long getErrors()

getResult

public Result getResult()

isStopped

public boolean isStopped()

dispose

public void dispose()
             throws KettleException
Throws:
KettleException