Uses of Interface
org.opennms.netmgt.snmp.SnmpValue

Uses of SnmpValue in org.opennms.netmgt.snmp
 

Classes in org.opennms.netmgt.snmp that implement SnmpValue
 class AbstractSnmpValue
           
 

Methods in org.opennms.netmgt.snmp that return SnmpValue
 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)
           
 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)
           
 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)
           
 SnmpValue SnmpValueFactory.getNull()
           
 SnmpValue SnmpValueFactory.getObjectId(SnmpObjId objId)
           
 SnmpValue SnmpValueFactory.getOctetString(byte[] bytes)
           
 SnmpValue SnmpValueFactory.getOpaque(byte[] bs)
           
 SnmpValue SnmpValueFactory.getTimeTicks(long val)
           
 SnmpValue SnmpResult.getValue()
           
 SnmpValue SnmpValueFactory.getValue(int type, byte[] bytes)
           
 SnmpValue SnmpRowResult.getValue(SnmpObjId base)
           
 SnmpValue AbstractSnmpStore.getValue(java.lang.String key)
           
 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)
           
 

Methods in org.opennms.netmgt.snmp that return types with arguments of type SnmpValue
static java.util.List<SnmpValue> SnmpUtils.getColumns(SnmpAgentConfig agentConfig, java.lang.String name, SnmpObjId oid)
           
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 SnmpValue
 void SnmpTrapBuilder.addVarBind(SnmpObjId name, SnmpValue value)
           
 void ResponseProcessor.processResponse(SnmpObjId snmpObjId, SnmpValue val)
           
protected  void SnmpWalker.processResponse(SnmpObjId receivedOid, SnmpValue val)
           
 void TrapProcessor.processVarBind(SnmpObjId name, SnmpValue value)
           
protected  void TrapInformation.processVarBind(SnmpObjId name, SnmpValue value)
           
protected  void AbstractSnmpStore.putValue(java.lang.String key, SnmpValue value)
           
 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)
           
 

Constructors in org.opennms.netmgt.snmp with parameters of type SnmpValue
SnmpResult(SnmpObjId base, SnmpInstId instance, SnmpValue value)
           
TrapIdentity(SnmpObjId snmpTrapOid, SnmpObjId lastVarBindOid, SnmpValue lastVarBindValue)
           
 



Copyright © 2010. All Rights Reserved.