public interface SchedulerExporter
| Modifier and Type | Method and Description |
|---|---|
java.util.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.ExporterExceptionjava.util.Collection<ExporterResource> close() throws ExporterException
ExporterExceptionCopyright © 2024 Denodo Technologies. All rights reserved.