public class ExecutorServiceFactory extends Object
| Constructor and Description |
|---|
ExecutorServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
createExecutorService(int numberOfThreads,
String name) |
static ExecutorService |
createExecutorService(String name) |
public static ExecutorService createExecutorService(String name)
public static ExecutorService createExecutorService(int numberOfThreads, String name)
Copyright © 2015. All rights reserved.