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

java.lang.Object
  extended by org.apache.commons.monitoring.reporting.web.plugin.jmx.JMXNode.Key
All Implemented Interfaces:
Comparable<JMXNode.Key>
Enclosing class:
JMXNode

protected static class JMXNode.Key
extends Object
implements Comparable<JMXNode.Key>


Constructor Summary
JMXNode.Key(String key, String value)
           
 
Method Summary
 int compareTo(JMXNode.Key o)
           
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMXNode.Key

public JMXNode.Key(String key,
                   String value)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(JMXNode.Key o)
Specified by:
compareTo in interface Comparable<JMXNode.Key>

toString

public String toString()
Overrides:
toString in class Object


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