public interface SchedulerExporter
Modifier and Type | Method and Description |
---|---|
Collection<ExporterResource> |
close()
Closes any resources opened by the exporter and returns a collection of
resources if necessary.
|
void |
open(ExporterContext exporterContext)
Initializes resources needed by the exporter and gets runtime information
about the export job.
|
void open(ExporterContext exporterContext) throws ExporterException
exporterContext
- runtime information about the export job.ExporterException
Collection<ExporterResource> close() throws ExporterException
ExporterException
Copyright © 2021 Denodo Technologies. All rights reserved.