|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutorConfig | |
---|---|
org.apache.servicemix.executors.impl | Implementations of configurable thread pools. |
Uses of ExecutorConfig in org.apache.servicemix.executors.impl |
---|
Methods in org.apache.servicemix.executors.impl that return ExecutorConfig | |
---|---|
protected ExecutorConfig |
ExecutorFactoryImpl.getConfig(java.lang.String id)
|
ExecutorConfig |
ExecutorFactoryImpl.getDefaultConfig()
|
Methods in org.apache.servicemix.executors.impl that return types with arguments of type ExecutorConfig | |
---|---|
java.util.Map<java.lang.String,ExecutorConfig> |
ExecutorFactoryImpl.getConfigs()
|
Methods in org.apache.servicemix.executors.impl with parameters of type ExecutorConfig | |
---|---|
protected java.util.concurrent.ThreadPoolExecutor |
ExecutorFactoryImpl.createService(java.lang.String id,
ExecutorConfig config)
|
void |
ExecutorFactoryImpl.setDefaultConfig(ExecutorConfig defaultConfig)
|
Method parameters in org.apache.servicemix.executors.impl with type arguments of type ExecutorConfig | |
---|---|
void |
ExecutorFactoryImpl.setConfigs(java.util.Map<java.lang.String,ExecutorConfig> configs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |