Uses of Class
org.springframework.scheduling.concurrent.ScheduledExecutorTask
Packages that use ScheduledExecutorTask Package Description org.springframework.scheduling.concurrent Scheduling convenience classes for thejava.util.concurrentandjavax.enterprise.concurrentpackages, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring context.Uses of ScheduledExecutorTask in org.springframework.scheduling.concurrent
Methods in org.springframework.scheduling.concurrent with parameters of type ScheduledExecutorTask Modifier and Type Method Description protected RunnableScheduledExecutorFactoryBean. getRunnableToSchedule(ScheduledExecutorTask task)Determine the actual Runnable to schedule for the given task.protected voidScheduledExecutorFactoryBean. registerTasks(ScheduledExecutorTask[] tasks, ScheduledExecutorService executor)Register the specifiedScheduledExecutorTaskson the givenScheduledExecutorService.voidScheduledExecutorFactoryBean. setScheduledExecutorTasks(ScheduledExecutorTask... scheduledExecutorTasks)Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService that this FactoryBean creates.