Class JmxManagementStrategyFactory

  • All Implemented Interfaces:
    org.apache.camel.spi.ManagementStrategyFactory

    public class JmxManagementStrategyFactory
    extends Object
    implements org.apache.camel.spi.ManagementStrategyFactory
    Factory for creating JMX ManagementStrategy.
    • Method Detail

      • create

        public org.apache.camel.spi.ManagementStrategy create​(org.apache.camel.CamelContext context,
                                                              Map<String,​Object> options)
                                                       throws Exception
        Specified by:
        create in interface org.apache.camel.spi.ManagementStrategyFactory
        Throws:
        Exception
      • createLifecycle

        public org.apache.camel.spi.LifecycleStrategy createLifecycle​(org.apache.camel.CamelContext context)
                                                               throws Exception
        Specified by:
        createLifecycle in interface org.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:
        setupManagement in interface org.apache.camel.spi.ManagementStrategyFactory