org.apache.camel.blueprint
Class CamelThreadPoolFactoryBean

java.lang.Object
  extended by org.apache.camel.model.IdentifiedType
      extended by org.apache.camel.core.xml.AbstractCamelFactoryBean<ExecutorService>
          extended by org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean
              extended by org.apache.camel.blueprint.CamelThreadPoolFactoryBean
All Implemented Interfaces:
org.apache.camel.CamelContextAware

public class CamelThreadPoolFactoryBean
extends org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean

A factory which instantiates ExecutorService objects

Version:

Constructor Summary
CamelThreadPoolFactoryBean()
           
 
Method Summary
protected  org.apache.camel.CamelContext discoverDefaultCamelContext()
           
protected  org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
           
 void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
           
 
Methods inherited from class org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean
getKeepAliveTime, getMaxPoolSize, getMaxQueueSize, getObject, getObjectType, getPoolSize, getRejectedPolicy, getThreadName, getTimeUnit, setKeepAliveTime, setMaxPoolSize, setMaxQueueSize, setPoolSize, setRejectedPolicy, setThreadName, setTimeUnit
 
Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, getCamelContext, getCamelContextId, isSingleton, setCamelContext, setCamelContextId
 
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
 

Constructor Detail

CamelThreadPoolFactoryBean

public CamelThreadPoolFactoryBean()
Method Detail

setBlueprintContainer

public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)

getCamelContextWithId

protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
Specified by:
getCamelContextWithId in class org.apache.camel.core.xml.AbstractCamelFactoryBean<ExecutorService>

discoverDefaultCamelContext

protected org.apache.camel.CamelContext discoverDefaultCamelContext()
Overrides:
discoverDefaultCamelContext in class org.apache.camel.core.xml.AbstractCamelFactoryBean<ExecutorService>


Apache CAMEL