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(String id)
           
 ExecutorConfig ExecutorFactoryImpl.getDefaultConfig()
           
 

Methods in org.apache.servicemix.executors.impl that return types with arguments of type ExecutorConfig
 Map<String,ExecutorConfig> ExecutorFactoryImpl.getConfigs()
           
 

Methods in org.apache.servicemix.executors.impl with parameters of type ExecutorConfig
protected  ThreadPoolExecutor ExecutorFactoryImpl.createService(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(Map<String,ExecutorConfig> configs)
           
 



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