public class MonitorJob extends Object implements org.quartz.Job, org.quartz.InterruptableJob
| Constructor and Description |
|---|
MonitorJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext jec) |
void |
interrupt() |
public void interrupt()
throws org.quartz.UnableToInterruptJobException
interrupt in interface org.quartz.InterruptableJoborg.quartz.UnableToInterruptJobExceptionpublic void execute(org.quartz.JobExecutionContext jec)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionCopyright © 2019. All rights reserved.