Class NullChkPtInfoWriter

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

@Named("nullChkPtInfoWriter") public class NullChkPtInfoWriter extends Object implements jakarta.batch.api.chunk.ItemWriter
  • Constructor Details

    • NullChkPtInfoWriter

      public NullChkPtInfoWriter()
  • Method Details

    • open

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

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

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

      public void writeItems(List<Object> items) throws Exception
      Specified by:
      writeItems in interface jakarta.batch.api.chunk.ItemWriter
      Throws:
      Exception