Interface SchedulerExporter
- All Known Subinterfaces:
SchedulerExporterExtended
public interface SchedulerExporter
Provides information about the job execution time (the first time this job
was executed, before retrying it, if it was necessary), the job retry number
and the retry execution time.
-
Method Summary
Modifier and TypeMethodDescriptionclose()Closes any resources opened by the exporter and returns a collection of resources if necessary.voidopen(ExporterContext exporterContext) Initializes resources needed by the exporter and gets runtime information about the export job.
-
Method Details
-
open
Initializes resources needed by the exporter and gets runtime information about the export job.- Parameters:
exporterContext- runtime information about the export job.- Throws:
ExporterException
-
close
Closes any resources opened by the exporter and returns a collection of resources if necessary.- Returns:
- a collection of resources
- Throws:
ExporterException
-