Interface SchedTaskJobDelegate
- All Known Subinterfaces:
StoppableSchedTaskJobDelegate
- All Known Implementing Classes:
AbstractProvisioningJobDelegate
,AbstractSchedTaskJobDelegate
,ElasticsearchReindex
,ExpiredAccessTokenCleanup
,ExpiredBatchCleanup
,GroupMemberProvisionTaskJobDelegate
,LiveSyncJobDelegate
,MacroJobDelegate
,OpenSearchReindex
,PullJobDelegate
,PushJobDelegate
,SinglePullJobDelegate
,SinglePushJobDelegate
,StreamPullJobDelegate
,StreamPushJobDelegate
,TestSampleJobDelegate
public interface SchedTaskJobDelegate
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(TaskType taskType, String taskKey, JobExecutionContext context) Executes a Job to run the given Task.
-
Method Details
-
execute
void execute(TaskType taskType, String taskKey, JobExecutionContext context) throws JobExecutionException Executes a Job to run the given Task.- Parameters:
taskType
- Type of task to runtaskKey
- Task key to runcontext
- execution context, can be used to pass parameters to the job- Throws:
JobExecutionException
- if anything goes wrong
-