public class JmxManagementStrategyFactory extends Object implements org.apache.camel.spi.ManagementStrategyFactory
ManagementStrategy
.Constructor and Description |
---|
JmxManagementStrategyFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.spi.ManagementStrategy |
create(org.apache.camel.CamelContext context,
Map<String,Object> options) |
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 JmxManagementStrategyFactory()
public org.apache.camel.spi.ManagementStrategy create(org.apache.camel.CamelContext context, Map<String,Object> options) throws Exception
create
in interface org.apache.camel.spi.ManagementStrategyFactory
Exception
public org.apache.camel.spi.LifecycleStrategy createLifecycle(org.apache.camel.CamelContext context) throws Exception
createLifecycle
in interface org.apache.camel.spi.ManagementStrategyFactory
Exception
public 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.ManagementStrategyFactory
Apache Camel