Class SplibJobExecutionListener

java.lang.Object
jp.ecuacion.splib.batch.listener.SplibJobExecutionListener
All Implemented Interfaces:
org.springframework.batch.core.JobExecutionListener

@Component public class SplibJobExecutionListener extends Object implements org.springframework.batch.core.JobExecutionListener
Is a listener for jobs.
  • Field Details

    • logger

      protected static final org.slf4j.Logger logger
  • Constructor Details

    • SplibJobExecutionListener

      public SplibJobExecutionListener()
  • Method Details

    • 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