Uses of Class
org.springframework.scheduling.config.TriggerTask
Packages that use 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
Subclasses of TriggerTask in org.springframework.scheduling.configModifier and TypeClassDescriptionclass
TriggerTask
implementation defining aRunnable
to be executed according to a standard cron expression.Methods in org.springframework.scheduling.config that return types with arguments of type TriggerTaskModifier and TypeMethodDescriptionScheduledTaskRegistrar.getTriggerTaskList()
Get the trigger tasks as an unmodifiable list ofTriggerTask
objects.Methods in org.springframework.scheduling.config with parameters of type TriggerTaskModifier 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.Method parameters in org.springframework.scheduling.config with type arguments of type TriggerTaskModifier and TypeMethodDescriptionvoid
ScheduledTaskRegistrar.setTriggerTasksList
(List<TriggerTask> triggerTasks) Specify triggered tasks as a list ofTriggerTask
objects.