org.opennms.netmgt.collectd
Class JMXNodeInfo
java.lang.Object
org.opennms.netmgt.collectd.JMXNodeInfo
public class JMXNodeInfo
- extends Object
This class encapsulates all of the node-level data required by the JMX data
collector in order to successfully perform data collection for a scheduled
primary JMX interface.
- Author:
- Mike Jamison , OpenNMS
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMXNodeInfo
public JMXNodeInfo(int nodeId)
getNodeId
public int getNodeId()
setMBeans
public void setMBeans(HashMap map)
getMBeans
public HashMap getMBeans()
setNodeId
public void setNodeId(int nodeId)
setDsMap
public void setDsMap(HashMap dsList)
setAttributeMap
public void setAttributeMap(Map oidList)
getDsMap
public HashMap getDsMap()
getAttributeMap
public Map getAttributeMap()
Copyright © 2009. All Rights Reserved.