Class AbstractInterruptableJob
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.job.AbstractInterruptableJob
-
- All Implemented Interfaces:
org.quartz.InterruptableJob
,org.quartz.Job
- Direct Known Subclasses:
AfterHandlingJob
,NotificationJob
,ReportJob
,SystemLoadReporterJob
,TaskJob
@DisallowConcurrentExecution public abstract class AbstractInterruptableJob extends Object implements org.quartz.InterruptableJob
-
-
Constructor Summary
Constructors Constructor Description AbstractInterruptableJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobDelegate
getDelegate()
void
interrupt()
-
-
-
Method Detail
-
getDelegate
public JobDelegate getDelegate()
-
interrupt
public void interrupt() throws org.quartz.UnableToInterruptJobException
- Specified by:
interrupt
in interfaceorg.quartz.InterruptableJob
- Throws:
org.quartz.UnableToInterruptJobException
-
-