| Package | Description | 
|---|---|
| org.springframework.scheduling.concurrent | Scheduling convenience classes for the  java.util.concurrentandjavax.enterprise.concurrentpackages, allowing to set up a
 ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
 context. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Runnable | ScheduledExecutorFactoryBean. getRunnableToSchedule(ScheduledExecutorTask task)Determine the actual Runnable to schedule for the given task. | 
| protected void | ScheduledExecutorFactoryBean. registerTasks(ScheduledExecutorTask[] tasks,
             ScheduledExecutorService executor)Register the specified  ScheduledExecutorTaskson the givenScheduledExecutorService. | 
| void | ScheduledExecutorFactoryBean. setScheduledExecutorTasks(ScheduledExecutorTask... scheduledExecutorTasks)Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService
 that this FactoryBean creates. |