Class AfterHandlingJob
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.job.AbstractInterruptableJob
-
- org.apache.syncope.core.provisioning.java.job.AfterHandlingJob
-
- All Implemented Interfaces:
org.quartz.InterruptableJob
,org.quartz.Job
public class AfterHandlingJob extends AbstractInterruptableJob
Quartz job for asynchronous handling of notification / audit events. Instead of direct synchronous invocation - which occurs in the same transaction where the event is generated, the execution of the scheduled code happens in a new transaction.
-
-
Constructor Summary
Constructors Constructor Description AfterHandlingJob()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(org.quartz.JobExecutionContext context)
static void
schedule(SchedulerFactoryBean scheduler, Map<String,Object> jobMap)
-
Methods inherited from class org.apache.syncope.core.provisioning.java.job.AbstractInterruptableJob
getDelegate, interrupt
-
-
-
-
Method Detail
-
schedule
public static void schedule(SchedulerFactoryBean scheduler, Map<String,Object> jobMap)
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
- Throws:
org.quartz.JobExecutionException
-
-