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

Packages that use ManagementObjectStrategy
org.apache.camel.management Camel management 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of ManagementObjectStrategy in org.apache.camel.management
 

Classes in org.apache.camel.management that implement ManagementObjectStrategy
 class DefaultManagementObjectStrategy
           
 

Methods in org.apache.camel.management that return ManagementObjectStrategy
 ManagementObjectStrategy DefaultManagementStrategy.getManagementObjectStrategy()
           
 

Methods in org.apache.camel.management with parameters of type ManagementObjectStrategy
 void DefaultManagementStrategy.setManagementObjectStrategy(ManagementObjectStrategy managementObjectStrategy)
           
 

Uses of ManagementObjectStrategy in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return ManagementObjectStrategy
 ManagementObjectStrategy ManagementStrategy.getManagementObjectStrategy()
          Gets the object strategy to use
 

Methods in org.apache.camel.spi with parameters of type ManagementObjectStrategy
 void ManagementStrategy.setManagementObjectStrategy(ManagementObjectStrategy strategy)
          Sets the object strategy to use
 



Apache CAMEL