Class BasicChunkLoggerListener

  • All Implemented Interfaces:
    org.springframework.batch.core.ChunkListener, org.springframework.batch.core.StepExecutionListener, org.springframework.batch.core.StepListener

    public class BasicChunkLoggerListener
    extends Object
    implements org.springframework.batch.core.StepExecutionListener, org.springframework.batch.core.ChunkListener
    Listener to chumk operations
    Since:
    02/08/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • BasicChunkLoggerListener

        public BasicChunkLoggerListener()
    • Method Detail

      • afterStep

        public org.springframework.batch.core.ExitStatus afterStep​(org.springframework.batch.core.StepExecution stepExecution)
        Specified by:
        afterStep in interface org.springframework.batch.core.StepExecutionListener
      • beforeStep

        public void beforeStep​(org.springframework.batch.core.StepExecution stepExecution)
        Specified by:
        beforeStep in interface org.springframework.batch.core.StepExecutionListener
      • beforeChunk

        public void beforeChunk​(org.springframework.batch.core.scope.context.ChunkContext chunkContext)
        Specified by:
        beforeChunk in interface org.springframework.batch.core.ChunkListener
      • afterChunk

        public void afterChunk​(org.springframework.batch.core.scope.context.ChunkContext chunkContext)
        Specified by:
        afterChunk in interface org.springframework.batch.core.ChunkListener
      • afterChunkError

        public void afterChunkError​(org.springframework.batch.core.scope.context.ChunkContext chunkContext)
        Specified by:
        afterChunkError in interface org.springframework.batch.core.ChunkListener