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

Packages that use ManagementNamingStrategy
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 ManagementNamingStrategy in org.apache.camel.management
 

Classes in org.apache.camel.management that implement ManagementNamingStrategy
 class DefaultManagementNamingStrategy
          Naming strategy used when registering MBeans.
 

Methods in org.apache.camel.management that return ManagementNamingStrategy
 ManagementNamingStrategy DefaultManagementStrategy.getManagementNamingStrategy()
           
 

Methods in org.apache.camel.management with parameters of type ManagementNamingStrategy
 void DefaultManagementStrategy.setManagementNamingStrategy(ManagementNamingStrategy managementNamingStrategy)
           
 

Uses of ManagementNamingStrategy in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return ManagementNamingStrategy
 ManagementNamingStrategy ManagementStrategy.getManagementNamingStrategy()
          Gets the naming strategy to use
 

Methods in org.apache.camel.spi with parameters of type ManagementNamingStrategy
 void ManagementStrategy.setManagementNamingStrategy(ManagementNamingStrategy strategy)
          Sets the naming strategy to use
 



Apache Camel