|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.step.RowAdapter
public class RowAdapter
RowAdapter is an adapter class for receiving row events. The methods in this class are empty. This class exists as convenience for creating row listener objects that may not need to implement all the methods of the RowListener interface
RowListener
Constructor Summary | |
---|---|
RowAdapter()
Instantiates a new row adapter. |
Method Summary | |
---|---|
void |
errorRowWrittenEvent(RowMetaInterface rowMeta,
Object[] row)
Empty method implementing the RowListener.errorRowWrittenEvent interface method |
void |
rowReadEvent(RowMetaInterface rowMeta,
Object[] row)
Empty method implementing the RowListener.rowReadEvent interface method |
void |
rowWrittenEvent(RowMetaInterface rowMeta,
Object[] row)
Empty method implementing the RowListener.rowWrittenEvent interface method |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowAdapter()
Method Detail |
---|
public void errorRowWrittenEvent(RowMetaInterface rowMeta, Object[] row) throws KettleStepException
errorRowWrittenEvent
in interface RowListener
rowMeta
- the metadata of the rowrow
- the data of the row
KettleStepException
- an exception that can be thrown to hard stop the stepRowListener.errorRowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface, java.lang.Object[])
public void rowReadEvent(RowMetaInterface rowMeta, Object[] row) throws KettleStepException
rowReadEvent
in interface RowListener
rowMeta
- the metadata of the rowrow
- the data of the row
KettleStepException
- an exception that can be thrown to hard stop the stepRowListener.rowReadEvent(org.pentaho.di.core.row.RowMetaInterface, java.lang.Object[])
public void rowWrittenEvent(RowMetaInterface rowMeta, Object[] row) throws KettleStepException
rowWrittenEvent
in interface RowListener
rowMeta
- the metadata of the rowrow
- the data of the row
KettleStepException
- an exception that can be thrown to hard stop the stepRowListener.rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface, java.lang.Object[])
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |