Class PUDPartitionReader

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

    @Named("PUDPartitionReader")
    public class PUDPartitionReader
    extends jakarta.batch.api.chunk.AbstractItemReader
    • Constructor Detail

      • PUDPartitionReader

        public PUDPartitionReader()
    • Method Detail

      • open

        public void open​(Serializable checkpoint)
        Specified by:
        open in interface jakarta.batch.api.chunk.ItemReader
        Overrides:
        open in class jakarta.batch.api.chunk.AbstractItemReader
      • readItem

        public BasicItem readItem()
                           throws Exception
        Specified by:
        readItem in interface jakarta.batch.api.chunk.ItemReader
        Specified by:
        readItem in class jakarta.batch.api.chunk.AbstractItemReader
        Throws:
        Exception