|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThreadPoolFactory
An object that creates thread pools on demand.
A thread pool factory is primarily intended for cases where an object creates thread pools on demand, and another object or entity requires control over the configuration and thread priority, group, etc.
An implementation will typically use the factory methods defined by the
Executors class to create the
thread pool.
[[Note: JSR-203 creates this interface in java.util.concurrent]]
| Method Summary | |
|---|---|
ExecutorService |
newThreadPool()
Constructs a new ExecutorService. |
| Method Detail |
|---|
ExecutorService newThreadPool()
ExecutorService.
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||