public class IdeJmxAttribute extends org.marid.jmx.JmxAttribute implements Comparable<IdeJmxAttribute>
| Constructor and Description |
|---|
IdeJmxAttribute(String connection,
AttributeNode attributeNode) |
IdeJmxAttribute(String connection,
ObjectName objectName,
MBeanAttributeInfo attributeInfo) |
IdeJmxAttribute(String connection,
ObjectName objectName,
String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IdeJmxAttribute o) |
String |
getConnection() |
protected void |
visitToStringMap(Map<String,Object> map) |
getName, getObjectName, toStringpublic IdeJmxAttribute(String connection, ObjectName objectName, String name)
public IdeJmxAttribute(String connection, ObjectName objectName, MBeanAttributeInfo attributeInfo)
public IdeJmxAttribute(String connection, AttributeNode attributeNode)
public String getConnection()
protected void visitToStringMap(Map<String,Object> map)
visitToStringMap in class org.marid.jmx.JmxAttributepublic int compareTo(@Nonnull IdeJmxAttribute o)
compareTo in interface Comparable<IdeJmxAttribute>Copyright © 2012–2015 MARID software development group. All rights reserved.