Class ReportJob
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.job.AbstractInterruptableJob
-
- org.apache.syncope.core.provisioning.java.job.report.ReportJob
-
- All Implemented Interfaces:
org.quartz.InterruptableJob,org.quartz.Job
public class ReportJob extends AbstractInterruptableJob
Quartz job for executing a given report.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReportJob.StatusReport execution status.
-
Constructor Summary
Constructors Constructor Description ReportJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.quartz.JobExecutionContext context)JobDelegategetDelegate()-
Methods inherited from class org.apache.syncope.core.provisioning.java.job.AbstractInterruptableJob
interrupt
-
-
-
-
Method Detail
-
getDelegate
public JobDelegate getDelegate()
- Overrides:
getDelegatein classAbstractInterruptableJob
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException- Throws:
org.quartz.JobExecutionException
-
-