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 SnmpObjId.getInstance(SnmpObjId base)
           
 

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
abstract  void AbstractSnmpStore.storeResult(SnmpObjId base, SnmpInstId inst, SnmpValue val)
           
protected  void CollectionTracker.storeResult(SnmpObjId base, SnmpInstId inst, SnmpValue val)
           
 

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)
           
 



Copyright © 2007. All Rights Reserved.