Modifier and Type | Method and Description |
---|---|
void |
notifyOfCompiledReportDispatched(java.lang.Object report,
DatasinkDefinition datasink,
DatasinkConfiguration config)
Notifies when a compiled report has been dispatched to a datasink
|
void |
notifyOfScheduledReportDispatched(java.lang.Object report,
ReportExecuteJob rJob,
DatasinkDefinition datasink,
DatasinkConfiguration config)
Notifies when a scheduled report has been dispatched to a datasink
|
void notifyOfScheduledReportDispatched(java.lang.Object report, ReportExecuteJob rJob, DatasinkDefinition datasink, DatasinkConfiguration config)
report
- the report scheduled. May be a String, a byte array or a
TableDBDataSourcerJob
- the report execute jobdatasink
- the datasinkconfig
- the configuration of the datasink dispatchvoid notifyOfCompiledReportDispatched(java.lang.Object report, DatasinkDefinition datasink, DatasinkConfiguration config)
report
- the report scheduled. May be a String, a byte array or a
TableDBDataSourcedatasink
- the datasinkconfig
- the configuration of the datasink dispatch