Class Job
java.lang.Object
org.apache.syncope.core.provisioning.java.job.Job
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
AfterHandlingJob
,NotificationJob
,ReportJob
,SystemLoadReporterJob
,TaskJob
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
execute
(JobExecutionContext context) void
run()
void
setContext
(JobExecutionContext context)
-
Field Details
-
Constructor Details
-
Method Details
-
getContext
-
setContext
-
execute
- Throws:
JobExecutionException
-
run
public void run()
-