Class TaskJob
java.lang.Object
org.apache.syncope.core.provisioning.java.job.Job
org.apache.syncope.core.provisioning.java.job.TaskJob
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
LiveSyncJob
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.apache.syncope.core.provisioning.java.job.Job
OPERATION_ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
delegate
(JobExecutionContext context, String taskKey) protected void
execute
(JobExecutionContext context) Methods inherited from class org.apache.syncope.core.provisioning.java.job.Job
getContext, run, setContext
-
Field Details
-
implementationDAO
-
-
Constructor Details
-
TaskJob
public TaskJob()
-
-
Method Details
-
getDelegate
-
delegate
protected void delegate(JobExecutionContext context, String taskKey) throws ClassNotFoundException, JobExecutionException -
execute
- Specified by:
execute
in classJob
- Throws:
JobExecutionException
-