Interface StoppableSchedTaskJobDelegate
- All Superinterfaces:
SchedTaskJobDelegate
- All Known Implementing Classes:
LiveSyncJobDelegate
,PullJobDelegate
,PushJobDelegate
,SinglePullJobDelegate
,SinglePushJobDelegate
,StreamPullJobDelegate
,StreamPushJobDelegate
-
Method Summary
Modifier and TypeMethodDescriptionvoid
stop()
Request the current Job to stop the execution of the running Task.Methods inherited from interface org.apache.syncope.core.provisioning.api.job.SchedTaskJobDelegate
execute
-
Method Details
-
stop
void stop()Request the current Job to stop the execution of the running Task.
-