public class QuartzScheduledJob extends Object implements org.quartz.Job
| Constructor and Description |
|---|
QuartzScheduledJob(IScheduledJob job) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context) |
Object |
getLastJobRunResult() |
public QuartzScheduledJob(IScheduledJob job)
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionpublic Object getLastJobRunResult()
Copyright © 2019. All rights reserved.