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

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

@Named(value="doSomethingItemReaderImpl")
public class DoSomethingItemReaderImpl
extends AbstractItemReader


Constructor Summary
DoSomethingItemReaderImpl()
           
 
Method Summary
 CheckpointData checkpointInfo()
           
 void open(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

DoSomethingItemReaderImpl

public DoSomethingItemReaderImpl()
Method Detail

open

public void open(Serializable cpd)
Specified by:
open in interface ItemReader
Overrides:
open in class AbstractItemReader

readItem

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

checkpointInfo

public CheckpointData checkpointInfo()
Specified by:
checkpointInfo in interface ItemReader
Overrides:
checkpointInfo in class AbstractItemReader


Copyright © 2013. All Rights Reserved.