public class ReportJob
extends com.serotonin.timer.TimerTask
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,ReportJob> |
JOB_REGISTRY |
private ReportVO |
report |
Modifier | Constructor and Description |
---|---|
private |
ReportJob(com.serotonin.timer.TimerTrigger trigger,
ReportVO report) |
Modifier and Type | Method and Description |
---|---|
void |
run(long runtime) |
static void |
scheduleReportJob(ReportVO report) |
static void |
unscheduleReportJob(ReportVO report) |