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 TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext context) The actions to run.org.quartz.TriggerWhen 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:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-