public interface JMXRowSupport
JMXRowSupport maps an internal row identifier of a table
to a MBean ObjectName.| Modifier and Type | Method and Description |
|---|---|
ObjectName |
getRowMBean(org.snmp4j.smi.OID tableOID,
Object rowKey)
Maps the supplied internal row key to a MBean
ObjectName |
ObjectName getRowMBean(org.snmp4j.smi.OID tableOID, Object rowKey)
ObjectNametableOID - a table entry OID (e.g., ifEntry).rowKey - an Object that identifies a MBean representing the corresponding row
of the through tableOID identified table.ObjectName of the MBean associated with the specified
row.Copyright © 2015 SNMP4J.org. All rights reserved.