@DisallowConcurrentExecution public class IndexTaskProcessorJob extends Object implements org.quartz.InterruptableJob
| Constructor and Description |
|---|
IndexTaskProcessorJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext arg0) |
void |
interrupt()
Interrupt calls the held processor's executor service.
|
static void |
interruptCurrent()
Interrupt calls the held processor's executor service.
|
public void execute(org.quartz.JobExecutionContext arg0)
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.UnableToInterruptJobExceptionpublic static void interruptCurrent()
throws org.quartz.UnableToInterruptJobException
org.quartz.UnableToInterruptJobExceptionCopyright © 2022. All rights reserved.