org.opennms.netmgt.collectd
Class JMXNodeInfo

java.lang.Object
  extended by 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

Constructor Summary
JMXNodeInfo(int nodeId)
           
 
Method Summary
 Map getAttributeMap()
           
 HashMap getDsMap()
           
 HashMap getMBeans()
           
 int getNodeId()
           
 void setAttributeMap(Map oidList)
           
 void setDsMap(HashMap dsList)
           
 void setMBeans(HashMap map)
           
 void setNodeId(int nodeId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXNodeInfo

public JMXNodeInfo(int nodeId)
Method Detail

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.