org.pentaho.platform.dataaccess.datasource.wizard.service.agile
Class PdiRowListener

java.lang.Object
  extended by org.pentaho.platform.dataaccess.datasource.wizard.service.agile.PdiRowListener
All Implemented Interfaces:
org.pentaho.di.trans.step.RowListener

public class PdiRowListener
extends Object
implements org.pentaho.di.trans.step.RowListener


Constructor Summary
PdiRowListener()
           
 
Method Summary
 void errorRowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row)
           
 DataRow[] getErrorRows()
           
 DataRow[] getReadRows()
           
 DataRow[] getWrittenRows()
           
 void rowReadEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row)
           
 void rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PdiRowListener

public PdiRowListener()
Method Detail

errorRowWrittenEvent

public void errorRowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                                 Object[] row)
                          throws org.pentaho.di.core.exception.KettleStepException
Specified by:
errorRowWrittenEvent in interface org.pentaho.di.trans.step.RowListener
Throws:
org.pentaho.di.core.exception.KettleStepException

rowReadEvent

public void rowReadEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                         Object[] row)
                  throws org.pentaho.di.core.exception.KettleStepException
Specified by:
rowReadEvent in interface org.pentaho.di.trans.step.RowListener
Throws:
org.pentaho.di.core.exception.KettleStepException

rowWrittenEvent

public void rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                            Object[] row)
                     throws org.pentaho.di.core.exception.KettleStepException
Specified by:
rowWrittenEvent in interface org.pentaho.di.trans.step.RowListener
Throws:
org.pentaho.di.core.exception.KettleStepException

getReadRows

public DataRow[] getReadRows()

getWrittenRows

public DataRow[] getWrittenRows()

getErrorRows

public DataRow[] getErrorRows()