Uses of Class
org.apache.camel.WaitForTaskToComplete

Packages that use WaitForTaskToComplete
org.apache.camel The core Camel API. 
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
 

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 are 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)
          Deprecated. Use the other constructor.
SedaProducer(SedaEndpoint endpoint, BlockingQueue<Exchange> queue, WaitForTaskToComplete waitForTaskToComplete, long timeout, boolean blockWhenFull)
          Deprecated. Use the other constructor.
SedaProducer(SedaEndpoint endpoint, WaitForTaskToComplete waitForTaskToComplete, long timeout, boolean blockWhenFull)
           
 



Apache CAMEL