Class AfterHandlingJob
java.lang.Object
org.apache.syncope.core.provisioning.java.job.Job
org.apache.syncope.core.provisioning.java.job.AfterHandlingJob
- All Implemented Interfaces:
- Runnable
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.
- 
Field SummaryFields inherited from class org.apache.syncope.core.provisioning.java.job.JobOPERATION_ID
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidexecute(JobExecutionContext context) static voidschedule(SyncopeTaskScheduler scheduler, Map<String, Object> jobMap) Methods inherited from class org.apache.syncope.core.provisioning.java.job.JobgetContext, run, setContext
- 
Constructor Details- 
AfterHandlingJobpublic AfterHandlingJob()
 
- 
- 
Method Details- 
schedule
- 
execute- Specified by:
- executein class- Job
- Throws:
- JobExecutionException
 
 
-