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

Uses of SnmpAgentConfig in org.opennms.netmgt.snmp
 

Methods in org.opennms.netmgt.snmp with parameters of type SnmpAgentConfig
static SnmpWalker SnmpUtils.createWalker(SnmpAgentConfig agentConfig, java.lang.String name, CollectionTracker... trackers)
           
 SnmpWalker SnmpStrategy.createWalker(SnmpAgentConfig agentConfig, java.lang.String name, CollectionTracker tracker)
           
static SnmpWalker SnmpUtils.createWalker(SnmpAgentConfig agentConfig, java.lang.String name, CollectionTracker tracker)
           
 SnmpValue SnmpStrategy.get(SnmpAgentConfig agentConfig, SnmpObjId oid)
           
static SnmpValue SnmpUtils.get(SnmpAgentConfig agentConfig, SnmpObjId oid)
           
 SnmpValue[] SnmpStrategy.get(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
           
static SnmpValue[] SnmpUtils.get(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
           
 SnmpValue[] SnmpStrategy.getBulk(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
           
static SnmpValue[] SnmpUtils.getBulk(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
           
static java.util.List<SnmpValue> SnmpUtils.getColumns(SnmpAgentConfig agentConfig, java.lang.String name, SnmpObjId oid)
           
 SnmpValue SnmpStrategy.getNext(SnmpAgentConfig agentConfig, SnmpObjId oid)
           
static SnmpValue SnmpUtils.getNext(SnmpAgentConfig agentConfig, SnmpObjId oid)
           
 SnmpValue[] SnmpStrategy.getNext(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
           
static SnmpValue[] SnmpUtils.getNext(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
           
static java.util.Map<SnmpInstId,SnmpValue> SnmpUtils.getOidValues(SnmpAgentConfig agentConfig, java.lang.String name, SnmpObjId oid)
           
 SnmpValue[] SnmpStrategy.set(SnmpAgentConfig agentConfig, SnmpObjId[] oid, SnmpValue[] value)
           
static SnmpValue[] SnmpUtils.set(SnmpAgentConfig agentConfig, SnmpObjId[] oids, SnmpValue[] values)
           
 SnmpValue SnmpStrategy.set(SnmpAgentConfig agentConfig, SnmpObjId oid, SnmpValue value)
           
static SnmpValue SnmpUtils.set(SnmpAgentConfig agentConfig, SnmpObjId oid, SnmpValue value)
           
 



Copyright © 2010. All Rights Reserved.