org.apache.commons.monitoring.reporting.web.plugin.jmx
Class JMXNode

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.plugin.jmx.JMXNode

public class JMXNode
extends Object


Nested Class Summary
protected static class JMXNode.JMXPropertiesComparator
           
protected static class JMXNode.Key
           
 
Constructor Summary
JMXNode(String name)
           
 
Method Summary
static void addNode(JMXNode rootNode, String domain, String props)
           
 String getBase64()
           
 Collection<JMXNode> getChildren()
           
 String getName()
           
 boolean isLeaf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXNode

public JMXNode(String name)
Method Detail

addNode

public static void addNode(JMXNode rootNode,
                           String domain,
                           String props)

getName

public String getName()

isLeaf

public boolean isLeaf()

getBase64

public String getBase64()

getChildren

public Collection<JMXNode> getChildren()


Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.