Package org.apache.camel.blueprint
Class CamelThreadPoolFactoryBean
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- org.apache.camel.core.xml.AbstractCamelFactoryBean<ExecutorService>
-
- org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean
-
- 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 instantiatesExecutorServiceobjects
-
-
Constructor Summary
Constructors Constructor Description CamelThreadPoolFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.camel.CamelContextdiscoverDefaultCamelContext()protected org.apache.camel.CamelContextgetCamelContextWithId(String camelContextId)voidsetBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)-
Methods inherited from class org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean
getAllowCoreThreadTimeOut, getKeepAliveTime, getMaxPoolSize, getMaxQueueSize, getObject, getObjectType, getPoolSize, getRejectedPolicy, getScheduled, getThreadName, getTimeUnit, setAllowCoreThreadTimeOut, setKeepAliveTime, setMaxPoolSize, setMaxQueueSize, setPoolSize, setRejectedPolicy, setScheduled, setThreadName, setTimeUnit
-
-
-
-
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:
getCamelContextWithIdin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<ExecutorService>
-
discoverDefaultCamelContext
protected org.apache.camel.CamelContext discoverDefaultCamelContext()
- Overrides:
discoverDefaultCamelContextin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<ExecutorService>
-
-