|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.TreeMap<String,String>
org.opennms.netmgt.collectd.JMXCollectorEntry
public class JMXCollectorEntry
JMXCollectorEntry class.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
JMXCollectorEntry()
Creates a default instance of the JMXCollector entry map. |
|
JMXCollectorEntry(String objectName,
String[] vars,
String[] types)
The class constructor used to initialize the object to its initial state. |
|
| Method Summary | |
|---|---|
Set<String> |
attributeNames()
attributeNames |
String |
getObjectName()
getObjectName |
void |
setObjectName(String objectName)
setObjectName |
| Methods inherited from class java.util.TreeMap |
|---|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, isEmpty, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode, isEmpty |
| Constructor Detail |
|---|
public JMXCollectorEntry()
Creates a default instance of the JMXCollector entry map. The map represents a singular instance from the MibObject. Each column in the table for the loaded instance may be retrieved through its OID from the MIBObject.
The initial table is constructed with zero elements in the map.
public JMXCollectorEntry(String objectName,
String[] vars,
String[] types)
The class constructor used to initialize the object to its initial state. Although the object's member variables can change after an instance is created, this constructor will initialize all the variables as per their named variable from the passed array of JMX varbinds.
If the information in the object should not be modified then a final modifier can be applied to the created object.
vars - The array of collected JMX variable bindingstypes - String Array of MibObject objects representing each of of the oid's
configured for collection.objectName - a String object.| Method Detail |
|---|
public Set<String> attributeNames()
attributeNames
Set object.public String getObjectName()
getObjectName
String object.public void setObjectName(String objectName)
setObjectName
objectName - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||