Class JsrSampleItemReader

  • All Implemented Interfaces:
    javax.batch.api.chunk.ItemReader

    public class JsrSampleItemReader
    extends javax.batch.api.chunk.AbstractItemReader

    Sample ItemReader implementation.

    Since:
    3.0
    Author:
    Chris Schaefer
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      java.lang.ObjectreadItem() 
      • Methods inherited from class javax.batch.api.chunk.AbstractItemReader

        checkpointInfo, close, open
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsrSampleItemReader

        public JsrSampleItemReader()
    • Method Detail

      • readItem

        public java.lang.Object readItem()
                                  throws java.lang.Exception
        Specified by:
        readItem in interface javax.batch.api.chunk.ItemReader
        Specified by:
        readItem in class javax.batch.api.chunk.AbstractItemReader
        Throws:
        java.lang.Exception