Uses of Interface
org.apache.camel.spi.ExecutorServiceManager

Packages that use ExecutorServiceManager
org.apache.camel The core Camel API. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of ExecutorServiceManager in org.apache.camel
 

Methods in org.apache.camel that return ExecutorServiceManager
 ExecutorServiceManager CamelContext.getExecutorServiceManager()
          Gets the current ExecutorServiceManager
 

Methods in org.apache.camel with parameters of type ExecutorServiceManager
 void CamelContext.setExecutorServiceManager(ExecutorServiceManager executorServiceManager)
          Sets a custom ExecutorServiceManager
 

Uses of ExecutorServiceManager in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement ExecutorServiceManager
 class DefaultExecutorServiceManager
           
 

Methods in org.apache.camel.impl that return ExecutorServiceManager
 ExecutorServiceManager DefaultCamelContext.getExecutorServiceManager()
           
 

Methods in org.apache.camel.impl with parameters of type ExecutorServiceManager
 void DefaultCamelContext.setExecutorServiceManager(ExecutorServiceManager executorServiceManager)
           
 



Apache Camel