Class JournalEntryAggregationJobListener
java.lang.Object
org.apache.fineract.infrastructure.jobs.service.aggregationjob.listener.JournalEntryAggregationJobListener
- All Implemented Interfaces:
org.springframework.batch.core.JobExecutionListener
@Component
public class JournalEntryAggregationJobListener
extends Object
implements org.springframework.batch.core.JobExecutionListener
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JournalEntryAggregationJobListener
public JournalEntryAggregationJobListener()
-
-
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
-