
Package ca.uhn.fhir.jpa.bulk.imprt.job
Class BulkImportStepListener
java.lang.Object
ca.uhn.fhir.jpa.bulk.imprt.job.BulkImportStepListener
- All Implemented Interfaces:
org.springframework.batch.core.jsr.RetryListener
,org.springframework.batch.core.StepExecutionListener
,org.springframework.batch.core.StepListener
public class BulkImportStepListener
extends Object
implements org.springframework.batch.core.StepExecutionListener, org.springframework.batch.core.jsr.RetryListener
This class sets the job status to ERROR if any failures occur while actually
generating the export files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.batch.core.ExitStatus
afterStep
(org.springframework.batch.core.StepExecution theStepExecution) void
beforeStep
(org.springframework.batch.core.StepExecution stepExecution)
-
Constructor Details
-
BulkImportStepListener
public BulkImportStepListener()
-
-
Method Details
-
beforeStep
- Specified by:
beforeStep
in interfaceorg.springframework.batch.core.StepExecutionListener
-
afterStep
public org.springframework.batch.core.ExitStatus afterStep(org.springframework.batch.core.StepExecution theStepExecution) - Specified by:
afterStep
in interfaceorg.springframework.batch.core.StepExecutionListener
-