Uses of Interface
org.apache.camel.spi.LifecycleStrategy

Packages that use LifecycleStrategy
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.management Camel JMX export services. 
 

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
          Default implementation of the lifecycle strategy.
 class DelegateLifecycleStrategy
          A helper class for folks writing delegate listener strategies
 

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)
           
 

Constructors in org.apache.camel.impl with parameters of type LifecycleStrategy
DelegateLifecycleStrategy(LifecycleStrategy delegate)
           
 

Uses of LifecycleStrategy in org.apache.camel.management
 

Classes in org.apache.camel.management that implement LifecycleStrategy
 class InstrumentationLifecycleStrategy
          JMX agent that registeres Camel lifecycle events in JMX.
 



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