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

java.lang.Object
  extended by javax.batch.api.chunk.AbstractItemReader<ReadRecord>
      extended by com.ibm.jbatch.tck.artifacts.specialized.SkipReaderMultipleExceptions
All Implemented Interfaces:
ItemReader<ReadRecord>

@Named(value="skipReaderMultipleExceptions")
public class SkipReaderMultipleExceptions
extends AbstractItemReader<ReadRecord>


Constructor Summary
SkipReaderMultipleExceptions()
           
 
Method Summary
 ArrayIndexCheckpointData checkpointInfo()
           
 void open(java.io.Serializable cpd)
           
 ReadRecord readItem()
           
 
Methods inherited from class javax.batch.api.chunk.AbstractItemReader
close
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkipReaderMultipleExceptions

public SkipReaderMultipleExceptions()
Method Detail

open

public void open(java.io.Serializable cpd)
Specified by:
open in interface ItemReader<ReadRecord>
Overrides:
open in class AbstractItemReader<ReadRecord>

readItem

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

checkpointInfo

public ArrayIndexCheckpointData checkpointInfo()
Specified by:
checkpointInfo in interface ItemReader<ReadRecord>
Overrides:
checkpointInfo in class AbstractItemReader<ReadRecord>


Copyright © 2013. All Rights Reserved.