public.javadoc.org.spincast.plugins.scheduledtasks.SpincastScheduledTask.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
SpincastScheduledTask (org.spincast:spincast-framework 2.1.1 API)
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 Type
Method
Description
void
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 interface org.quartz.Job
- Throws:
org.quartz.JobExecutionException