public static interface Scheduler.JobProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
onScheduledJob(Scheduler.JobInfo jobInfo)
Implements execution of the job.
|
void onScheduledJob(Scheduler.JobInfo jobInfo) throws Scheduler.JobProcessorException
jobInfo - the job informationScheduler.JobProcessorException