Package org.apache.karaf.diagnostic.management.internal

Examples of org.apache.karaf.diagnostic.management.internal.DiagnosticDumpMBeanImpl


            public void serviceReplaced() {
                featuresProviderRegistration.unregister();
            }
        });

        final DiagnosticDumpMBeanImpl diagnostic = new DiagnosticDumpMBeanImpl();
        diagnostic.setBundleContext(context);

        Hashtable<String, Object> props = new Hashtable<String, Object>();
        props.put("jmx.objectname", "org.apache.karaf:type=diagnostic,name=" + System.getProperty("karaf.name"));
        mbeanRegistration = context.registerService(
                getInterfaceNames(diagnostic),
View Full Code Here

TOP

Related Classes of org.apache.karaf.diagnostic.management.internal.DiagnosticDumpMBeanImpl

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.