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