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

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

Uses of ThreadType in org.apache.camel.model
 

Methods in org.apache.camel.model that return ThreadType
 ThreadType ThreadType.coreSize(int coreSize)
           
 ThreadType ThreadType.daemon(boolean daemon)
           
 ThreadType ThreadType.executor(ThreadPoolExecutor executor)
           
 ThreadType ThreadType.keepAliveTime(long keepAliveTime)
           
 ThreadType ThreadType.maxSize(int maxSize)
           
 ThreadType ThreadType.name(String name)
           
 ThreadType ThreadType.priority(int priority)
           
 ThreadType ThreadType.stackSize(long stackSize)
           
 ThreadType ThreadType.taskQueue(BlockingQueue<Runnable> taskQueue)
           
 ThreadType ProcessorType.thread(int coreSize)
          Causes subsequent processors to be called asynchronously
 ThreadType ThreadType.threadGroup(ThreadGroup threadGroup)
           
 



Copyright © 2009 IONA Open Source Community. All Rights Reserved.