Package org.fusesource.ide.jmx.karaf.navigator.osgi

Examples of org.fusesource.ide.jmx.karaf.navigator.osgi.BundlesNode


      if( r != null ) {
        if (r.containsDomain("osgi.core")) {
          try {
            JmxPluginJmxTemplate jmxTemplate = new JmxPluginJmxTemplate(r.getConnection());
            OsgiFacade facade = new OsgiFacade(jmxTemplate);
            BundlesNode bundles = new BundlesNode(r, facade);
            return new Object[]{bundles};
          } catch (MalformedObjectNameException ex) {
            KarafJMXPlugin.getLogger().error(ex);
          }
        }
View Full Code Here

TOP

Related Classes of org.fusesource.ide.jmx.karaf.navigator.osgi.BundlesNode

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.