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

Packages that use ManagementStrategy
org.apache.camel The core Camel API. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.management Camel management 
org.apache.camel.management.mbean Camel management JMX MBeans 
 

Uses of ManagementStrategy in org.apache.camel
 

Methods in org.apache.camel that return ManagementStrategy
 ManagementStrategy CamelContext.getManagementStrategy()
          Gets the management strategy
 

Methods in org.apache.camel with parameters of type ManagementStrategy
 void CamelContext.setManagementStrategy(ManagementStrategy strategy)
          Sets the management strategy to use
 

Uses of ManagementStrategy in org.apache.camel.impl
 

Methods in org.apache.camel.impl that return ManagementStrategy
protected  ManagementStrategy DefaultCamelContext.createManagementStrategy()
           
 ManagementStrategy DefaultCamelContext.getManagementStrategy()
           
 

Methods in org.apache.camel.impl with parameters of type ManagementStrategy
 void DefaultCamelContext.setManagementStrategy(ManagementStrategy managementStrategy)
           
 

Uses of ManagementStrategy in org.apache.camel.management
 

Classes in org.apache.camel.management that implement ManagementStrategy
 class DefaultManagementStrategy
          A default management strategy that does not manage.
 class ManagedManagementStrategy
          A JMX capable ManagementStrategy that Camel by default uses if possible.
 

Methods in org.apache.camel.management that return ManagementStrategy
 ManagementStrategy ManagementStrategyFactory.create(CamelContext context, boolean disableJMX)
           
 

Uses of ManagementStrategy in org.apache.camel.management.mbean
 

Methods in org.apache.camel.management.mbean with parameters of type ManagementStrategy
 void ManagedComponent.init(ManagementStrategy strategy)
           
 void ManagedEndpoint.init(ManagementStrategy strategy)
           
 void ManagedThreadPool.init(ManagementStrategy strategy)
           
 void ManagedPerformanceCounter.init(ManagementStrategy strategy)
           
 void ManagedCounter.init(ManagementStrategy strategy)
           
 void ManagedService.init(ManagementStrategy strategy)
           
 void ManagedEventNotifier.init(ManagementStrategy strategy)
           
 void ManagedTracer.init(ManagementStrategy strategy)
           
 void ManagedErrorHandler.init(ManagementStrategy strategy)
           
 



Apache CAMEL