Uses of Class
org.opennms.netmgt.snmp.SnmpInstId

Uses of SnmpInstId in org.opennms.netmgt.snmp
 

Fields in org.opennms.netmgt.snmp declared as SnmpInstId
static SnmpInstId SnmpInstId.INST_ZERO
           
 

Methods in org.opennms.netmgt.snmp that return SnmpInstId
static SnmpInstId[] SnmpInstId.convertToSnmpInstIds(java.lang.String instances)
           
 SnmpInstId SnmpRowResult.getInstance()
           
 SnmpInstId SnmpResult.getInstance()
           
 SnmpInstId SnmpObjId.getInstance(SnmpObjId base)
           
 SnmpInstId ColumnTracker.getLastInstance()
           
 

Methods in org.opennms.netmgt.snmp that return types with arguments of type SnmpInstId
static java.util.Map<SnmpInstId,SnmpValue> SnmpUtils.getOidValues(SnmpAgentConfig agentConfig, java.lang.String name, SnmpObjId oid)
           
 

Methods in org.opennms.netmgt.snmp with parameters of type SnmpInstId
 SnmpRowResult SnmpTableResult.createRowResult(int columnCount, SnmpInstId instance)
           
 SnmpRowResult RowResultFactory.createRowResult(int columnCount, SnmpInstId instance)
           
 SnmpRowResult TableTracker.createRowResult(int columnCount, SnmpInstId instance)
           
 

Constructors in org.opennms.netmgt.snmp with parameters of type SnmpInstId
InstanceListTracker(SnmpObjId base, SnmpInstId[] instances)
           
InstanceListTracker(SnmpObjId base, SnmpInstId[] instances, CollectionTracker parent)
           
SingleInstanceTracker(SnmpObjId base, SnmpInstId inst)
           
SingleInstanceTracker(SnmpObjId base, SnmpInstId inst, CollectionTracker parent)
           
SnmpResult(SnmpObjId base, SnmpInstId instance, SnmpValue value)
           
SnmpRowResult(int columnCount, SnmpInstId instance)
           
 



Copyright © 2010. All Rights Reserved.