com.ibm.jbatch.tck.artifacts.specialized
Class ListenerOnErrorReader

java.lang.Object
  extended by com.ibm.jbatch.tck.artifacts.specialized.ListenerOnErrorReader
All Implemented Interfaces:
ItemReader<ReadRecord>

public class ListenerOnErrorReader
extends java.lang.Object
implements ItemReader<ReadRecord>


Constructor Summary
ListenerOnErrorReader()
           
 
Method Summary
 java.io.Serializable checkpointInfo()
           
 void close()
           
 void open(java.io.Serializable checkpoint)
           
 ReadRecord readItem()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerOnErrorReader

public ListenerOnErrorReader()
Method Detail

open

public void open(java.io.Serializable checkpoint)
          throws java.lang.Exception
Specified by:
open in interface ItemReader<ReadRecord>
Throws:
java.lang.Exception

close

public void close()
           throws java.lang.Exception
Specified by:
close in interface ItemReader<ReadRecord>
Throws:
java.lang.Exception

readItem

public ReadRecord readItem()
                    throws java.lang.Exception
Specified by:
readItem in interface ItemReader<ReadRecord>
Throws:
java.lang.Exception

checkpointInfo

public java.io.Serializable checkpointInfo()
                                    throws java.lang.Exception
Specified by:
checkpointInfo in interface ItemReader<ReadRecord>
Throws:
java.lang.Exception


Copyright © 2013. All Rights Reserved.