Package org.apache.fineract.cob.listener
Class COBExecutionListenerRunner
java.lang.Object
org.apache.fineract.cob.listener.COBExecutionListenerRunner
- All Implemented Interfaces:
org.springframework.batch.core.JobExecutionListener
public class COBExecutionListenerRunner
extends Object
implements org.springframework.batch.core.JobExecutionListener
-
Constructor Summary
ConstructorsConstructorDescriptionCOBExecutionListenerRunner(org.springframework.context.ApplicationContext applicationContext, String jobName) -
Method Summary
-
Constructor Details
-
COBExecutionListenerRunner
public COBExecutionListenerRunner(org.springframework.context.ApplicationContext applicationContext, String jobName)
-
-
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
-