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:
- CamelContextAware
public class CamelThreadPoolFactoryBean
- extends AbstractCamelThreadPoolFactoryBean
A factory which instantiates ExecutorService objects
- Version:
- $Revision: 925208 $
| Methods inherited from class org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean |
getKeepAliveTime, getMaxPoolSize, getMaxQueueSize, getObject, getObjectType, getPoolSize, getRejectedPolicy, getThreadName, getTimeUnit, isDaemon, setDaemon, setKeepAliveTime, setMaxPoolSize, setMaxQueueSize, setPoolSize, setRejectedPolicy, setThreadName, setTimeUnit |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CamelThreadPoolFactoryBean
public CamelThreadPoolFactoryBean()
setBlueprintContainer
public void setBlueprintContainer(org.osgi.service.blueprint.container.BlueprintContainer blueprintContainer)
getCamelContextWithId
protected CamelContext getCamelContextWithId(String camelContextId)
- Specified by:
getCamelContextWithId in class AbstractCamelThreadPoolFactoryBean
Apache CAMEL