Interface SpincastScheduledTask
- All Superinterfaces:
org.quartz.Job
- All Known Implementing Classes:
DeleteOldAttemptsScheduledTask
,SpincastFormsDoubleSubmitDeleteOldProtectionIdsScheduledTask
,SpincastScheduledTaskBase
,SpincastSessionDeleteOldSessionsScheduledTask
public interface SpincastScheduledTask
extends org.quartz.Job
A scheduled task to run.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.quartz.JobExecutionContext context) The actions to run.org.quartz.Trigger
When to run this task?
-
Method Details
-
getTrigger
org.quartz.Trigger getTrigger()When to run this task? -
execute
void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException The actions to run.- Specified by:
execute
in interfaceorg.quartz.Job
- Throws:
org.quartz.JobExecutionException
-