com.jaspersoft.jasperserver.api.engine.scheduling.service
Interface ReportJobsScheduler
- All Known Implementing Classes:
- ReportJobsQuartzScheduler
public interface ReportJobsScheduler
- Version:
- $Id: ReportJobsScheduler.java 8408 2007-05-29 23:29:12Z melih $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
scheduleJob
void scheduleJob(ExecutionContext context,
ReportJob job)
rescheduleJob
void rescheduleJob(ExecutionContext context,
ReportJob job)
removeScheduledJob
void removeScheduledJob(ExecutionContext context,
long jobId)
addReportSchedulerListener
void addReportSchedulerListener(ReportSchedulerListener listener)
removeReportSchedulerListener
void removeReportSchedulerListener(ReportSchedulerListener listener)
getJobsRuntimeInformation
ReportJobRuntimeInformation[] getJobsRuntimeInformation(ExecutionContext context,
long[] jobIds)
validate
void validate(ReportJob job,
ValidationErrors errors)
Copyright © 2007. All Rights Reserved.