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 JMX
ManagementStrategy.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.spi.ManagementStrategyorg.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)
-
Constructor Details
-
DefaultManagementStrategyFactory
public DefaultManagementStrategyFactory()
-
-
Method Details
-
create
-
createLifecycle
-
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
-