public class CachedThreadPoolExecutorFactory extends Object implements ThreadPoolExecutorFactory
| Modifier and Type | Method and Description |
|---|---|
static CachedThreadPoolExecutorFactory |
create() |
ExecutorService |
createExecutor(ThreadFactory factory) |
void |
validate()
Validate parameters for the thread pool executor factory
|
public ExecutorService createExecutor(ThreadFactory factory)
createExecutor in interface ThreadPoolExecutorFactorypublic void validate()
ThreadPoolExecutorFactoryvalidate in interface ThreadPoolExecutorFactorypublic static CachedThreadPoolExecutorFactory create()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.