org.apache.camel.spring
Class CamelThreadPoolFactoryBean

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean
          extended by org.apache.camel.spring.CamelThreadPoolFactoryBean
All Implemented Interfaces:
CamelContextAware, FactoryBean, ApplicationContextAware

public class CamelThreadPoolFactoryBean
extends AbstractCamelThreadPoolFactoryBean
implements FactoryBean, ApplicationContextAware

A FactoryBean which instantiates ExecutorService objects

Version:
$Revision: 949127 $

Constructor Summary
CamelThreadPoolFactoryBean()
           
 
Method Summary
protected  CamelContext getCamelContextWithId(String camelContextId)
           
 void setApplicationContext(ApplicationContext applicationContext)
           
 
Methods inherited from class org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean
getCamelContext, getCamelContextId, getKeepAliveTime, getMaxPoolSize, getMaxQueueSize, getObject, getObjectType, getPoolSize, getRejectedPolicy, getThreadName, getTimeUnit, isDaemon, isSingleton, setCamelContext, setCamelContextId, setDaemon, setKeepAliveTime, setMaxPoolSize, setMaxQueueSize, setPoolSize, setRejectedPolicy, setThreadName, setTimeUnit
 
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.beans.factory.FactoryBean
getObject, getObjectType, isSingleton
 

Constructor Detail

CamelThreadPoolFactoryBean

public CamelThreadPoolFactoryBean()
Method Detail

getCamelContextWithId

protected CamelContext getCamelContextWithId(String camelContextId)
Specified by:
getCamelContextWithId in class AbstractCamelThreadPoolFactoryBean

setApplicationContext

public void setApplicationContext(ApplicationContext applicationContext)
Specified by:
setApplicationContext in interface ApplicationContextAware


Apache CAMEL