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
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 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)
           
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)
           
 

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



Copyright © 2007. All Rights Reserved.