Class ThreadPoolFactoryBean

  • All Implemented Interfaces:
    org.apache.camel.CamelContextAware, BeanManagerAware

    public class ThreadPoolFactoryBean
    extends org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean
    implements BeanManagerAware
    A factory which instantiates ExecutorService objects.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.camel.CamelContext discoverDefaultCamelContext()  
      protected org.apache.camel.CamelContext getCamelContextWithId​(String camelContextId)  
      void setBeanManager​(javax.enterprise.inject.spi.BeanManager manager)  
      • 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
      • Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean

        afterPropertiesSet, destroy, getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomId
      • Methods inherited from class org.apache.camel.model.IdentifiedType

        getId, setId
    • Constructor Detail

      • ThreadPoolFactoryBean

        public ThreadPoolFactoryBean()
    • Method Detail

      • setBeanManager

        public void setBeanManager​(javax.enterprise.inject.spi.BeanManager manager)
        Specified by:
        setBeanManager in interface BeanManagerAware
      • 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>