Package org.apache.camel.impl.engine
Class DefaultManagementStrategyFactory
- java.lang.Object
-
- org.apache.camel.impl.engine.DefaultManagementStrategyFactory
-
- All Implemented Interfaces:
org.apache.camel.spi.ManagementStrategyFactory
public class DefaultManagementStrategyFactory extends Object implements org.apache.camel.spi.ManagementStrategyFactory
Factory for creating non JMXManagementStrategy.
-
-
Constructor Summary
Constructors Constructor Description DefaultManagementStrategyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.spi.ManagementStrategycreate(org.apache.camel.CamelContext context, Map<String,Object> properties)org.apache.camel.spi.LifecycleStrategycreateLifecycle(org.apache.camel.CamelContext context)voidsetupManagement(org.apache.camel.CamelContext camelContext, org.apache.camel.spi.ManagementStrategy strategy, org.apache.camel.spi.LifecycleStrategy lifecycle)
-
-
-
Method Detail
-
create
public org.apache.camel.spi.ManagementStrategy create(org.apache.camel.CamelContext context, Map<String,Object> properties) throws Exception- Specified by:
createin interfaceorg.apache.camel.spi.ManagementStrategyFactory- Throws:
Exception
-
createLifecycle
public org.apache.camel.spi.LifecycleStrategy createLifecycle(org.apache.camel.CamelContext context) throws Exception- Specified by:
createLifecyclein interfaceorg.apache.camel.spi.ManagementStrategyFactory- Throws:
Exception
-
setupManagement
public void setupManagement(org.apache.camel.CamelContext camelContext, org.apache.camel.spi.ManagementStrategy strategy, org.apache.camel.spi.LifecycleStrategy lifecycle)- Specified by:
setupManagementin interfaceorg.apache.camel.spi.ManagementStrategyFactory
-
-