public class DeleteJob
extends java.lang.Object
implements org.quartz.InterruptableJob
| Constructor and Description |
|---|
DeleteJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context) |
void |
interrupt() |
void |
printTimeTaken() |
void |
startTimeMeasurement() |
public void startTimeMeasurement()
public void printTimeTaken()
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionpublic void interrupt()
throws org.quartz.UnableToInterruptJobException
interrupt in interface org.quartz.InterruptableJoborg.quartz.UnableToInterruptJobException