|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScheduledExecutorTask | |
---|---|
org.springframework.scheduling.backportconcurrent | Scheduling convenience classes for the JSR-166 backport Executor mechanism, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as bean in a Spring context. |
Uses of ScheduledExecutorTask in org.springframework.scheduling.backportconcurrent |
---|
Methods in org.springframework.scheduling.backportconcurrent with parameters of type ScheduledExecutorTask | |
---|---|
protected Runnable |
ScheduledExecutorFactoryBean.getRunnableToSchedule(ScheduledExecutorTask task)
Determine the actual Runnable to schedule for the given task. |
protected void |
ScheduledExecutorFactoryBean.registerTasks(ScheduledExecutorTask[] tasks,
edu.emory.mathcs.backport.java.util.concurrent.ScheduledExecutorService executor)
Register the specified ScheduledExecutorTasks
on the given ScheduledExecutorService . |
void |
ScheduledExecutorFactoryBean.setScheduledExecutorTasks(ScheduledExecutorTask[] scheduledExecutorTasks)
Register a list of ScheduledExecutorTask objects with the ScheduledExecutorService that this FactoryBean creates. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |