public class ThreadPoolFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
THREADPOOL_JAVA5
The java 5.0 thread pool implementation.
|
static String |
THREADPOOL_STANDARD
The standard (1.4 compliant) thread pool implementation.
|
Constructor and Description |
---|
ThreadPoolFactory() |
Modifier and Type | Method and Description |
---|---|
static IThreadPool |
createThreadPool()
Create a local thread pool.
|
static IThreadPool |
getThreadPool(String name)
Get the global thread pool instance.
|
public static final String THREADPOOL_STANDARD
public static final String THREADPOOL_JAVA5
public static IThreadPool getThreadPool(String name)
public static IThreadPool createThreadPool()
Copyright © 2012. All Rights Reserved.