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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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:
beforeJobin interfaceorg.springframework.batch.core.JobExecutionListener
-
afterJob
public void afterJob(org.springframework.batch.core.JobExecution jobExecution) - Specified by:
afterJobin interfaceorg.springframework.batch.core.JobExecutionListener
-