Uses of Class
org.springframework.scheduling.config.TriggerTask
Package
Description
Support package for declarative scheduling configuration,
with XML schema being the primary configuration format.
-
Uses of TriggerTask in org.springframework.scheduling.config
Modifier and TypeClassDescriptionclass
TriggerTask
implementation defining aRunnable
to be executed according to a standard cron expression.Modifier and TypeMethodDescriptionScheduledTaskRegistrar.getTriggerTaskList()
Get the trigger tasks as an unmodifiable list ofTriggerTask
objects.Modifier and TypeMethodDescriptionvoid
ScheduledTaskRegistrar.addTriggerTask
(TriggerTask task) Add aTriggerTask
.ScheduledTaskRegistrar.scheduleTriggerTask
(TriggerTask task) Schedule the specified trigger task, either right away if possible or on initialization of the scheduler.Modifier and TypeMethodDescriptionvoid
ScheduledTaskRegistrar.setTriggerTasksList
(List<TriggerTask> triggerTasks) Specify triggered tasks as a list ofTriggerTask
objects.