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()
           
 ExecutorConfig ExecutorConfig.getParent()
           
 

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)
           
 void ExecutorConfig.setParent(ExecutorConfig parent)
           
 

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)
           
 

Constructors in org.apache.servicemix.executors.impl with parameters of type ExecutorConfig
ExecutorConfig(boolean isDefaultConfig, ExecutorConfig parent)
          creates a new executor config using the given parent
ManagedExecutor(java.lang.String id, ExecutorImpl internalExecutor, ExecutorConfig config)
           
 



Copyright © 2005-2011 FuseSource. All Rights Reserved.