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 JobDelegate
Implementations of this interface will perform the actual operations required to Quartz'sJob
.
-
-
Field Summary
Fields Modifier and Type Field Description static String
OPERATION_ID
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
interrupt()
boolean
isInterrupted()
-
-
-
Field Detail
-
OPERATION_ID
static final String OPERATION_ID
- See Also:
- Constant Field Values
-
-