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

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

@Named
public class ListenerOnErrorReader
extends Object
implements ItemReader


Constructor Summary
ListenerOnErrorReader()
           
 
Method Summary
 Serializable checkpointInfo()
           
 void close()
           
 void open(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(Serializable checkpoint)
          throws Exception
Specified by:
open in interface ItemReader
Throws:
Exception

close

public void close()
           throws Exception
Specified by:
close in interface ItemReader
Throws:
Exception

readItem

public ReadRecord readItem()
                    throws Exception
Specified by:
readItem in interface ItemReader
Throws:
Exception

checkpointInfo

public Serializable checkpointInfo()
                            throws Exception
Specified by:
checkpointInfo in interface ItemReader
Throws:
Exception


Copyright © 2013. All Rights Reserved.