站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.util.CustomizableThreadCreator (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.util.CustomizableThreadCreator

Packages that use CustomizableThreadCreator
org.springframework.core.task This package defines Spring's core TaskExecutor abstraction, and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations. 
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 CustomizableThreadCreator in org.springframework.core.task
 

Subclasses of CustomizableThreadCreator in org.springframework.core.task
 class SimpleAsyncTaskExecutor
          TaskExecutor implementation that fires up a new Thread for each task, executing it asynchronously.
 

Uses of CustomizableThreadCreator in org.springframework.scheduling.backportconcurrent
 

Subclasses of CustomizableThreadCreator in org.springframework.scheduling.backportconcurrent
 class CustomizableThreadFactory
          Implementation of the JSR-166 backport ThreadFactory interface, allowing for customizing the created threads (name, priority, etc).
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.