| Package | Description |
|---|---|
| org.apache.servicemix.executors.impl |
Implementations of configurable thread pools.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutorConfig |
ExecutorConfig.create(java.util.Map<java.lang.String,java.lang.Object> options,
ExecutorConfig parent)
Create an ExecutorConfig instance based on the information in the options map.
|
protected ExecutorConfig |
ExecutorImpl.getConfig()
The configuration used for creating this executor instance
|
protected ExecutorConfig |
ExecutorFactoryImpl.getConfig(java.lang.String id) |
ExecutorConfig |
ExecutorFactoryImpl.getDefaultConfig() |
ExecutorConfig |
ExecutorConfig.getParent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ExecutorConfig> |
ExecutorFactoryImpl.getConfigs() |
| Modifier and Type | Method and Description |
|---|---|
static ExecutorConfig |
ExecutorConfig.create(java.util.Map<java.lang.String,java.lang.Object> options,
ExecutorConfig parent)
Create an ExecutorConfig instance based on the information in the options map.
|
protected java.util.concurrent.ThreadPoolExecutor |
ExecutorFactoryImpl.createService(java.lang.String id,
ExecutorConfig config) |
void |
ExecutorFactoryImpl.setDefaultConfig(ExecutorConfig defaultConfig) |
void |
ExecutorConfig.setParent(ExecutorConfig parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutorFactoryImpl.setConfigs(java.util.Map<java.lang.String,ExecutorConfig> configs) |
| Constructor and Description |
|---|
ExecutorConfig(boolean isDefaultConfig,
ExecutorConfig parent)
creates a new executor config using the given parent
|
ExecutorImpl(ExecutorFactoryImpl executorFactory,
java.util.concurrent.ThreadPoolExecutor threadPool,
ExecutorConfig config) |
ManagedExecutor(java.lang.String id,
ExecutorImpl internalExecutor,
ExecutorConfig config) |
Copyright © 2005-2014 FuseSource. All Rights Reserved.