Package psidev.psi.mi.jami.batch
Class SimpleJobListener
- java.lang.Object
-
- psidev.psi.mi.jami.batch.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 Summary
Constructors Constructor Description SimpleJobListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterJob(org.springframework.batch.core.JobExecution jobExecution)
void
beforeJob(org.springframework.batch.core.JobExecution jobExecution)
-
-
-
Method Detail
-
beforeJob
public void beforeJob(org.springframework.batch.core.JobExecution jobExecution)
- Specified by:
beforeJob
in interfaceorg.springframework.batch.core.JobExecutionListener
-
afterJob
public void afterJob(org.springframework.batch.core.JobExecution jobExecution)
- Specified by:
afterJob
in interfaceorg.springframework.batch.core.JobExecutionListener
-
-