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

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

@Named(value="doSomethingSimpleTimeArrayReader")
public class DoSomethingSimpleTimeArrayReader
extends AbstractItemReader<ReadRecord>


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

Constructor Detail

DoSomethingSimpleTimeArrayReader

public DoSomethingSimpleTimeArrayReader()
Method Detail

open

public void open(Externalizable cpd)
Specified by:
open in interface ItemReader<ReadRecord>
Overrides:
open in class AbstractItemReader<ReadRecord>

readItem

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

checkpointInfo

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


Copyright © 2013. All Rights Reserved.