public class DefaultManagementStrategyFactory extends Object implements org.apache.camel.spi.ManagementStrategyFactory
ManagementStrategy.| Constructor and Description | 
|---|
| DefaultManagementStrategyFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.camel.spi.ManagementStrategy | create(org.apache.camel.CamelContext context,
      Map<String,Object> properties) | 
| org.apache.camel.spi.LifecycleStrategy | createLifecycle(org.apache.camel.CamelContext context) | 
| void | setupManagement(org.apache.camel.CamelContext camelContext,
               org.apache.camel.spi.ManagementStrategy strategy,
               org.apache.camel.spi.LifecycleStrategy lifecycle) | 
public org.apache.camel.spi.ManagementStrategy create(org.apache.camel.CamelContext context,
                                                      Map<String,Object> properties)
                                               throws Exception
create in interface org.apache.camel.spi.ManagementStrategyFactoryExceptionpublic org.apache.camel.spi.LifecycleStrategy createLifecycle(org.apache.camel.CamelContext context)
                                                       throws Exception
createLifecycle in interface org.apache.camel.spi.ManagementStrategyFactoryExceptionpublic void setupManagement(org.apache.camel.CamelContext camelContext,
                            org.apache.camel.spi.ManagementStrategy strategy,
                            org.apache.camel.spi.LifecycleStrategy lifecycle)
setupManagement in interface org.apache.camel.spi.ManagementStrategyFactoryApache Camel