Uses of Class
org.apache.camel.WaitForTaskToComplete

Packages that use WaitForTaskToComplete
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.processor A collection of Processor implementations which are used to implement the Enterprise Integration Patterns 
 

Uses of WaitForTaskToComplete in org.apache.camel
 

Methods in org.apache.camel that return WaitForTaskToComplete
static WaitForTaskToComplete WaitForTaskToComplete.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WaitForTaskToComplete[] WaitForTaskToComplete.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of WaitForTaskToComplete in org.apache.camel.component.seda
 

Methods in org.apache.camel.component.seda that return WaitForTaskToComplete
 WaitForTaskToComplete SedaEndpoint.getWaitForTaskToComplete()
           
 

Methods in org.apache.camel.component.seda with parameters of type WaitForTaskToComplete
 void SedaEndpoint.setWaitForTaskToComplete(WaitForTaskToComplete waitForTaskToComplete)
           
 

Constructors in org.apache.camel.component.seda with parameters of type WaitForTaskToComplete
SedaProducer(SedaEndpoint endpoint, BlockingQueue<Exchange> queue, WaitForTaskToComplete waitForTaskToComplete, long timeout)
           
 

Uses of WaitForTaskToComplete in org.apache.camel.model
 

Methods in org.apache.camel.model that return WaitForTaskToComplete
 WaitForTaskToComplete ThreadsDefinition.getWaitForTaskToComplete()
           
 

Methods in org.apache.camel.model with parameters of type WaitForTaskToComplete
 void ThreadsDefinition.setWaitForTaskToComplete(WaitForTaskToComplete waitForTaskToComplete)
           
 ThreadsDefinition ThreadsDefinition.waitForTaskToComplete(WaitForTaskToComplete wait)
          Setting to whether to wait for async tasks to be complete before continuing original route.
 

Uses of WaitForTaskToComplete in org.apache.camel.processor
 

Fields in org.apache.camel.processor declared as WaitForTaskToComplete
protected  WaitForTaskToComplete ThreadsProcessor.waitForTaskToComplete
           
 

Constructors in org.apache.camel.processor with parameters of type WaitForTaskToComplete
ThreadsProcessor(Processor output, ExecutorService executorService, WaitForTaskToComplete waitForTaskToComplete)
           
 



Apache CAMEL