Uses of Class
org.apache.camel.model.ThreadDefinition

Packages that use ThreadDefinition
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of ThreadDefinition in org.apache.camel.model
 

Methods in org.apache.camel.model that return ThreadDefinition
 ThreadDefinition ThreadDefinition.coreSize(int coreSize)
          Sets the core size
 ThreadDefinition ThreadDefinition.daemon(boolean daemon)
          Sets the deamon option
 ThreadDefinition ThreadDefinition.executor(Executor executor)
          Sets the execute to use
 ThreadDefinition ThreadDefinition.keepAliveTime(long keepAliveTime)
          Sets the keep alive time
 ThreadDefinition ThreadDefinition.maxSize(int maxSize)
          Sets the max pool size
 ThreadDefinition ThreadDefinition.name(String name)
          Sets the thread pool name
 ThreadDefinition ThreadDefinition.priority(int priority)
          Sets the thread pool priority
 ThreadDefinition ThreadDefinition.stackSize(long stackSize)
          Sets the thread pool stack size
 ThreadDefinition ThreadDefinition.taskQueue(BlockingQueue<Runnable> taskQueue)
          Sets the task queue
 ThreadDefinition ProcessorDefinition.thread(int coreSize)
          Causes subsequent processors to be called asynchronously
 ThreadDefinition ThreadDefinition.threadGroup(ThreadGroup threadGroup)
          Sets the thread group
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.