Package org.jboss.tools.jmx.core.tree

Examples of org.jboss.tools.jmx.core.tree.ErrorRoot


          root = NodeUtils.createObjectNameTree(this, monitor);
        }
      } catch( CoreException ce ) {
        IStatus status = new Status(IStatus.ERROR, KarafJMXPlugin.PLUGIN_ID, ce.getMessage(), ce);
        KarafJMXPlugin.getDefault().getLog().log(status);
        root = new ErrorRoot();
      } finally {
        isLoading = false;
      }
    }
  }
View Full Code Here

TOP

Related Classes of org.jboss.tools.jmx.core.tree.ErrorRoot

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.