| Name | Description | Type | Package | Framework |
| AnnotationDrivenBeanDefinitionParser | Parser for the 'annotation-driven' element of the 'task' namespace. | Class | org.springframework.scheduling.config | Spring MVC |
| ContextLifecycleScheduledTaskRegistrar | ScheduledTaskRegistrar subclass which redirects the actual schedulingof tasks to the afterSingletonsInstantiated() callback (as of 4. | Class | org.springframework.scheduling.config | Spring MVC |
| CronTask | TriggerTask implementation defining a Runnable to be executed accordingSince:3. | Class | org.springframework.scheduling.config | Spring MVC |
| ExecutorBeanDefinitionParser | Parser for the 'executor' element of the 'task' namespace. | Class | org.springframework.scheduling.config | Spring MVC |
| IntervalTask | Task implementation defining a Runnable to be executed at a givenmillisecond interval which may be treated as fixed-rate or fixed-delay depending on | Class | org.springframework.scheduling.config | Spring MVC |
| ScheduledTaskRegistrar | Helper bean for registering tasks with a TaskScheduler, typically using cronAs of Spring 3. | Class | org.springframework.scheduling.config | Spring MVC |
| ScheduledTasksBeanDefinitionParser | Parser for the 'scheduled-tasks' element of the scheduling namespace. | Class | org.springframework.scheduling.config | Spring MVC |
| SchedulerBeanDefinitionParser | Parser for the 'scheduler' element of the 'task' namespace. | Class | org.springframework.scheduling.config | Spring MVC |
| Task | Holder class defining a Runnable to be executed as a task, typically at ascheduled time or interval. | Class | org.springframework.scheduling.config | Spring MVC |
| TaskExecutorFactoryBean | FactoryBean for creating ThreadPoolTaskExecutor instances, choosingbetween the standard concurrent and the backport-concurrent variant. | Class | org.springframework.scheduling.config | Spring MVC |
| TaskManagementConfigUtils | Configuration constants for internal sharing across subpackages. | Class | org.springframework.scheduling.config | Spring MVC |
| TaskNamespaceHandler | NamespaceHandler for the 'task' namespace. | Class | org.springframework.scheduling.config | Spring MVC |
| TriggerTask | Task implementation defining a Runnable to be executed according to aSince:3. | Class | org.springframework.scheduling.config | Spring MVC |