Class ArtifactInstanceTestReader

java.lang.Object
com.ibm.jbatch.tck.artifacts.specialized.ArtifactInstanceTestReader
All Implemented Interfaces:
jakarta.batch.api.chunk.ItemReader

@Named("artifactInstanceTestReader") public class ArtifactInstanceTestReader extends Object implements jakarta.batch.api.chunk.ItemReader
  • Constructor Details

    • ArtifactInstanceTestReader

      public ArtifactInstanceTestReader()
  • Method Details

    • open

      public void open(Serializable checkpoint) throws Exception
      Specified by:
      open in interface jakarta.batch.api.chunk.ItemReader
      Throws:
      Exception
    • close

      public void close() throws Exception
      Specified by:
      close in interface jakarta.batch.api.chunk.ItemReader
      Throws:
      Exception
    • readItem

      public String readItem() throws Exception
      Specified by:
      readItem in interface jakarta.batch.api.chunk.ItemReader
      Throws:
      Exception
    • checkpointInfo

      public Serializable checkpointInfo() throws Exception
      Specified by:
      checkpointInfo in interface jakarta.batch.api.chunk.ItemReader
      Throws:
      Exception