Class SimpleJobListener

  • All Implemented Interfaces:
    org.springframework.batch.core.JobExecutionListener

    public class SimpleJobListener
    extends Object
    implements org.springframework.batch.core.JobExecutionListener
    Enricher job listener
    Since:
    02/08/13
    Version:
    $Id$
    Author:
    Marine Dumousseau (marine@ebi.ac.uk)
    • Constructor Detail

      • SimpleJobListener

        public SimpleJobListener()
    • Method Detail

      • beforeJob

        public void beforeJob​(org.springframework.batch.core.JobExecution jobExecution)
        Specified by:
        beforeJob in interface org.springframework.batch.core.JobExecutionListener
      • afterJob

        public void afterJob​(org.springframework.batch.core.JobExecution jobExecution)
        Specified by:
        afterJob in interface org.springframework.batch.core.JobExecutionListener