| Methods in org.opennms.netmgt.snmp that return SnmpValue |
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)
|
SnmpValue |
SnmpValueFactory.getCounter32(long val)
|
SnmpValue |
SnmpValueFactory.getCounter64(java.math.BigInteger val)
|
SnmpValue |
SnmpValueFactory.getGauge32(long val)
|
SnmpValue |
SnmpValueFactory.getInt32(int val)
|
SnmpValue |
SnmpValueFactory.getIpAddress(java.net.InetAddress val)
|
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)
|
SnmpValue |
SnmpValueFactory.getNull()
|
SnmpValue |
SnmpValueFactory.getObjectId(SnmpObjId objId)
|
SnmpValue |
SnmpValueFactory.getOctetString(byte[] bytes)
|
SnmpValue |
SnmpValueFactory.getOpaque(byte[] bs)
|
SnmpValue |
SnmpValueFactory.getTimeTicks(long val)
|
SnmpValue |
SnmpValueFactory.getValue(int type,
byte[] bytes)
|
SnmpValue |
AbstractSnmpStore.getValue(java.lang.String key)
|
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)
|
| Methods in org.opennms.netmgt.snmp with parameters of type SnmpValue |
void |
SnmpTrapBuilder.addVarBind(SnmpObjId name,
SnmpValue value)
|
protected void |
SnmpWalker.processResponse(SnmpObjId receivedOid,
SnmpValue val)
|
void |
ResponseProcessor.processResponse(SnmpObjId snmpObjId,
SnmpValue val)
|
protected void |
TrapInformation.processVarBind(SnmpObjId name,
SnmpValue value)
|
void |
TrapProcessor.processVarBind(SnmpObjId name,
SnmpValue value)
|
protected void |
AbstractSnmpStore.putValue(java.lang.String key,
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)
|
SnmpValue |
SnmpStrategy.set(SnmpAgentConfig agentConfig,
SnmpObjId oid,
SnmpValue value)
|
abstract void |
AbstractSnmpStore.storeResult(SnmpObjId base,
SnmpInstId inst,
SnmpValue val)
|
protected void |
CollectionTracker.storeResult(SnmpObjId base,
SnmpInstId inst,
SnmpValue val)
|