public class JMXCollectorEntry extends TreeMap<String,String>
JMXCollectorEntry class.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
attributeNames()
attributeNames
|
String |
getObjectName()
getObjectName
|
void |
setObjectName(String objectName)
setObjectName
|
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
equals, hashCode, isEmpty, toString
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.Copyright © 2015. All rights reserved.