Uses of Class
org.apache.servicemix.executors.impl.ExecutorConfig

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)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.