org.pentaho.di.trans
Class SingleThreadedTransExecutor
java.lang.Object
  
org.pentaho.di.trans.SingleThreadedTransExecutor
public class SingleThreadedTransExecutor
- extends Object
 
 
| 
Method Summary | 
 void | 
dispose()
 
            | 
 boolean | 
init()
 
            | 
 boolean | 
oneIteration()
 
          Give all steps in the transformation the chance to process all rows on input... | 
 
 
SingleThreadedTransExecutor
public SingleThreadedTransExecutor(Trans trans)
init
public boolean init()
             throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException
 
oneIteration
public boolean oneIteration()
                     throws org.pentaho.di.core.exception.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:
 org.pentaho.di.core.exception.KettleException
 
 
dispose
public void dispose()
             throws org.pentaho.di.core.exception.KettleException
- Throws:
 org.pentaho.di.core.exception.KettleException