Package 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.

See:
          Description

Class Summary
ConcurrentTaskExecutor Adapter that takes a JSR-166 backport edu.emory.mathcs.backport.java.util.concurrent.Executor and exposes a Spring TaskExecutor for it.
CustomizableThreadFactory Implementation of the JSR-166 backport ThreadFactory interface, allowing for customizing the created threads (name, priority, etc).
ScheduledExecutorFactoryBean FactoryBean that sets up a JSR-166 backport ScheduledExecutorService (by default: ScheduledThreadPoolExecutor as implementation) and exposes it for bean references.
ScheduledExecutorTask JavaBean that describes a scheduled executor task, consisting of the Runnable and a delay plus period.
ThreadPoolTaskExecutor JavaBean that allows for configuring a JSR-166 backport ThreadPoolExecutor in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity" properties), exposing it as a Spring TaskExecutor.
 

Package org.springframework.scheduling.backportconcurrent Description

Scheduling convenience classes for the JSR-166 backport Executor mechanism, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as bean in a Spring context.



Copyright © 2002-2008 The Spring Framework.