public class ExecutorProviderImpl extends Object implements org.kie.api.concurrent.KieExecutors
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_JEE_EXECUTOR_SERVICE_NAME |
static String |
EXECUTOR_SERVICE_PROPERTY |
static String |
THREAD_FACTORY_PROPERTY |
| Constructor and Description |
|---|
ExecutorProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> CompletionService<T> |
getCompletionService() |
Executor |
getExecutor() |
Executor |
newSingleThreadExecutor() |
public static final String EXECUTOR_SERVICE_PROPERTY
public static final String DEFAULT_JEE_EXECUTOR_SERVICE_NAME
public static final String THREAD_FACTORY_PROPERTY
public Executor getExecutor()
getExecutor in interface org.kie.api.concurrent.KieExecutorspublic Executor newSingleThreadExecutor()
newSingleThreadExecutor in interface org.kie.api.concurrent.KieExecutorspublic <T> CompletionService<T> getCompletionService()
getCompletionService in interface org.kie.api.concurrent.KieExecutorsCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.