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 Summary
Fields inherited from class org.apache.syncope.core.provisioning.java.job.Job
OPERATION_ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
execute
(JobExecutionContext context) static void
schedule
(SyncopeTaskScheduler scheduler, Map<String, Object> jobMap) Methods inherited from class org.apache.syncope.core.provisioning.java.job.Job
getContext, run, setContext
-
Constructor Details
-
AfterHandlingJob
public AfterHandlingJob()
-
-
Method Details
-
schedule
-
execute
- Specified by:
execute
in classJob
- Throws:
JobExecutionException
-