Interface JobDelegate
-
- All Known Subinterfaces:
NotificationJobDelegate,ReportJobDelegate,SchedTaskJobDelegate
- All Known Implementing Classes:
AbstractNotificationJobDelegate,AbstractProvisioningJobDelegate,AbstractReportJobDelegate,AbstractSchedTaskJobDelegate,ElasticsearchReindex,ExpiredAccessTokenCleanup,ExpiredBatchCleanup,GroupMemberProvisionTaskJobDelegate,MacroJobDelegate,MailNotificationJobDelegate,OpenSearchReindex,PullJobDelegate,PushJobDelegate,SampleReportJobDelegate,SinglePullJobDelegate,SinglePushJobDelegate,StreamPullJobDelegate,StreamPushJobDelegate,TestSampleJobDelegate
public interface JobDelegateImplementations of this interface will perform the actual operations required to Quartz'sJob.
-
-
Field Summary
Fields Modifier and Type Field Description static StringOPERATION_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinterrupt()booleanisInterrupted()
-
-
-
Field Detail
-
OPERATION_ID
static final String OPERATION_ID
- See Also:
- Constant Field Values
-
-