Package org.apache.camel.api.management.mbean

Examples of org.apache.camel.api.management.mbean.ManagedCamelContextMBean


        MBeanServer mbeanServer = getMBeanServer();

        ObjectName on = ObjectName.getInstance("org.apache.camel:context=camel-1,type=context,name=\"camel-1\"");

        ManagedCamelContextMBean proxy = JMX.newMBeanProxy(mbeanServer, on, ManagedCamelContextMBean.class);
        assertNotNull(proxy);
    }
View Full Code Here

TOP

Related Classes of org.apache.camel.api.management.mbean.ManagedCamelContextMBean

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.