Uses of Interface
org.apache.camel.LifecycleStrategy

Packages that use LifecycleStrategy
org.apache.camel The core Camel API 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.management   
 

Uses of LifecycleStrategy in org.apache.camel
 

Methods in org.apache.camel that return LifecycleStrategy
 LifecycleStrategy CamelContext.getLifecycleStrategy()
          Returns the lifecycle strategy used to handle lifecycle notification
 

Uses of LifecycleStrategy in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement LifecycleStrategy
 class DefaultLifecycleStrategy
           
 

Methods in org.apache.camel.impl that return LifecycleStrategy
 LifecycleStrategy DefaultCamelContext.getLifecycleStrategy()
           
 

Methods in org.apache.camel.impl with parameters of type LifecycleStrategy
 void DefaultCamelContext.setLifecycleStrategy(LifecycleStrategy lifecycleStrategy)
           
 

Uses of LifecycleStrategy in org.apache.camel.management
 

Classes in org.apache.camel.management that implement LifecycleStrategy
 class InstrumentationLifecycleStrategy
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.