public class CommonForkJoinPoolExecutorServices extends AbstractExecutorServices
ForkJoinPool.commonPool(). This ExecutorService implementation ignores threadPoolSize and threadPoolKeepAliveTime configuration
options.org.jboss.weld.manager.api.ExecutorServices.TaskFactory<T>| Constructor and Description |
|---|
CommonForkJoinPoolExecutorServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
ExecutorService |
getTaskExecutor() |
protected int |
getThreadPoolSize()
Indicates the maximum number of threads in this thread pool.
|
checkForExceptions, invokeAllAndCheckForExceptions, invokeAllAndCheckForExceptions, shutdownpublic ExecutorService getTaskExecutor()
public void cleanup()
cleanup in interface org.jboss.weld.bootstrap.api.Servicecleanup in class AbstractExecutorServicesprotected int getThreadPoolSize()
AbstractExecutorServicesgetThreadPoolSize in class AbstractExecutorServicesCopyright © 2017. All rights reserved.