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

Packages that use SnmpValue
org.opennms.netmgt.collectd TODO: add package overview sentence here. 
org.opennms.netmgt.linkd.snmp TODO: add package overview sentence here. 
org.opennms.netmgt.poller.monitors TODO: add package overview sentence here. 
org.opennms.netmgt.provision.adapters.link   
org.opennms.netmgt.snmp Non-implementation-specific SNMP API. 
org.opennms.netmgt.snmp.joesnmp Use JoeSNMP for SNMP support in OpenNMS. 
org.opennms.netmgt.snmp.snmp4j Use SNMP4J for SNMP support in OpenNMS. 
org.opennms.netmgt.trapd TODO: add package overview sentence here. 
 

Uses of SnmpValue in org.opennms.netmgt.collectd
 

Methods in org.opennms.netmgt.collectd that return SnmpValue
 SnmpValue SnmpAttribute.getValue()
          getValue
 SnmpValue AliasedAttribute.getValue()
          getValue
 

Methods in org.opennms.netmgt.collectd with parameters of type SnmpValue
 String JMXDataSource.getStorableValue(SnmpValue snmpVal)
          getStorableValue
 boolean JMXDataSource.performUpdate(String owner, File repository, SnmpValue value)
          performUpdate
 void SnmpCollectionResource.setAttributeValue(SnmpAttributeType type, SnmpValue val)
          setAttributeValue
 

Constructors in org.opennms.netmgt.collectd with parameters of type SnmpValue
SnmpAttribute(CollectionResource resource, SnmpAttributeType type, SnmpValue val)
          Constructor for SnmpAttribute.
 

Uses of SnmpValue in org.opennms.netmgt.linkd.snmp
 

Methods in org.opennms.netmgt.linkd.snmp that return SnmpValue
 SnmpValue Dot1dStpGroup.getStpTimeSinceLastTopologyChange()
          getStpTimeSinceLastTopologyChange
 

Uses of SnmpValue in org.opennms.netmgt.poller.monitors
 

Methods in org.opennms.netmgt.poller.monitors with parameters of type SnmpValue
 boolean SnmpMonitorStrategy.meetsCriteria(SnmpValue result, String operator, String operand)
          Verifies that the result of the SNMP query meets the criteria specified by the operator and the operand from the configuration file.
 

Uses of SnmpValue in org.opennms.netmgt.provision.adapters.link
 

Methods in org.opennms.netmgt.provision.adapters.link that return SnmpValue
 SnmpValue EndPointImpl.get(String oid)
          get
 SnmpValue EndPoint.get(String oid)
          get
 

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(BigInteger val)
           
 SnmpValue SnmpValueFactory.getGauge32(long val)
           
 SnmpValue SnmpValueFactory.getInt32(int val)
           
 SnmpValue SnmpValueFactory.getIpAddress(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 SnmpResult.getValue()
           
 SnmpValue SnmpValueFactory.getValue(int type, byte[] bytes)
           
 SnmpValue SnmpRowResult.getValue(SnmpObjId base)
           
 SnmpValue AbstractSnmpStore.getValue(String key)
           
 SnmpValue[] SnmpV3TrapBuilder.sendInform(String destAddr, int destPort, int timeout, int retries, int securityLevel, String securityname, String authPassPhrase, String authProtocol, String privPassPhrase, String privprotocol)
           
 SnmpValue[] SnmpV2TrapBuilder.sendInform(String destAddr, int destPort, int timeout, int retries, String community)
           
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 List<SnmpValue> SnmpUtils.getColumns(SnmpAgentConfig agentConfig, String name, SnmpObjId oid)
           
static Map<SnmpInstId,SnmpValue> SnmpUtils.getOidValues(SnmpAgentConfig agentConfig, 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)
           
 void TrapProcessor.processVarBind(SnmpObjId name, SnmpValue value)
           
protected  void TrapInformation.processVarBind(SnmpObjId name, SnmpValue value)
           
protected  void AbstractSnmpStore.putValue(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)
           
 

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)
           
 

Uses of SnmpValue in org.opennms.netmgt.snmp.joesnmp
 

Methods in org.opennms.netmgt.snmp.joesnmp that return SnmpValue
 SnmpValue JoeSnmpStrategy.get(SnmpAgentConfig snmpAgentConfig, SnmpObjId oid)
           
 SnmpValue[] JoeSnmpStrategy.get(SnmpAgentConfig snmpAgentConfig, SnmpObjId[] oids)
           
 SnmpValue[] JoeSnmpStrategy.getBulk(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
           
 SnmpValue JoeSnmpValueFactory.getCounter32(long val)
           
 SnmpValue JoeSnmpValueFactory.getCounter64(BigInteger val)
           
 SnmpValue JoeSnmpValueFactory.getGauge32(long val)
           
 SnmpValue JoeSnmpValueFactory.getInt32(int val)
           
 SnmpValue JoeSnmpValueFactory.getIpAddress(InetAddress val)
           
 SnmpValue JoeSnmpStrategy.getNext(SnmpAgentConfig snmpAgentConfig, SnmpObjId oid)
           
 SnmpValue[] JoeSnmpStrategy.getNext(SnmpAgentConfig snmpAgentConfig, SnmpObjId[] oids)
           
 SnmpValue JoeSnmpValueFactory.getNull()
           
 SnmpValue JoeSnmpValueFactory.getObjectId(SnmpObjId objId)
           
 SnmpValue JoeSnmpValueFactory.getOctetString(byte[] bytes)
           
 SnmpValue JoeSnmpValueFactory.getOpaque(byte[] bs)
           
 SnmpValue JoeSnmpValueFactory.getTimeTicks(long val)
           
 SnmpValue JoeSnmpValueFactory.getValue(int type, byte[] bytes)
           
 SnmpValue[] JoeSnmpStrategy.set(SnmpAgentConfig snmpAgentConfig, SnmpObjId[] oids, SnmpValue[] values)
           
 SnmpValue JoeSnmpStrategy.set(SnmpAgentConfig snmpAgentConfig, SnmpObjId oid, SnmpValue value)
           
 

Methods in org.opennms.netmgt.snmp.joesnmp with parameters of type SnmpValue
 void JoeSnmpV2TrapBuilder.addVarBind(SnmpObjId name, SnmpValue value)
           
 void JoeSnmpV1TrapBuilder.addVarBind(SnmpObjId name, SnmpValue value)
           
 SnmpValue[] JoeSnmpStrategy.set(SnmpAgentConfig snmpAgentConfig, SnmpObjId[] oids, SnmpValue[] values)
           
 SnmpValue JoeSnmpStrategy.set(SnmpAgentConfig snmpAgentConfig, SnmpObjId oid, SnmpValue value)
           
 

Uses of SnmpValue in org.opennms.netmgt.snmp.snmp4j
 

Methods in org.opennms.netmgt.snmp.snmp4j that return SnmpValue
 SnmpValue Snmp4JStrategy.get(SnmpAgentConfig agentConfig, SnmpObjId oid)
          SNMP4J get helper that takes a single SnmpObjId and calls get with an array.lenght =1 and returns the first element of the returned array of SnmpValue.
 SnmpValue[] Snmp4JStrategy.get(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
          SnmpGet implementation.
 SnmpValue[] Snmp4JStrategy.getBulk(SnmpAgentConfig agentConfig, SnmpObjId[] oid)
          Not yet implemented.
 SnmpValue Snmp4JValueFactory.getCounter32(long val)
           
 SnmpValue Snmp4JValueFactory.getCounter64(BigInteger bigInt)
           
 SnmpValue Snmp4JValueFactory.getGauge32(long val)
           
 SnmpValue Snmp4JValueFactory.getInt32(int val)
           
 SnmpValue Snmp4JValueFactory.getIpAddress(InetAddress val)
           
 SnmpValue Snmp4JStrategy.getNext(SnmpAgentConfig agentConfig, SnmpObjId oid)
          SNMP4J getNext implementation
 SnmpValue[] Snmp4JStrategy.getNext(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
          SNMP GetNext implementation.
 SnmpValue Snmp4JValueFactory.getNull()
           
 SnmpValue Snmp4JValueFactory.getObjectId(SnmpObjId objId)
           
 SnmpValue Snmp4JValueFactory.getOctetString(byte[] bytes)
           
 SnmpValue Snmp4JValueFactory.getOpaque(byte[] bs)
           
 SnmpValue Snmp4JValueFactory.getTimeTicks(long val)
           
 SnmpValue Snmp4JValueFactory.getValue(int type, byte[] bytes)
           
protected  SnmpValue[] Snmp4JStrategy.send(Snmp4JAgentConfig agentConfig, org.snmp4j.PDU pdu, boolean expectResponse)
          Sends and SNMP4J request pdu.
 SnmpValue[] Snmp4JV2TrapBuilder.sendInform(String destAddr, int destPort, int timeout, int retries, int securityLevel, String securityName, String authPassPhrase, String authProtocol, String privPassPhrase, String privProtocol)
           
 SnmpValue[] Snmp4JV3InformBuilder.sendInform(String destAddr, int destPort, int timeout, int retry, String community)
           
 SnmpValue[] Snmp4JV2TrapBuilder.sendInform(String destAddr, int destPort, int timeout, int retries, String community)
           
 SnmpValue[] Snmp4JStrategy.set(SnmpAgentConfig agentConfig, SnmpObjId[] oids, SnmpValue[] values)
           
 SnmpValue Snmp4JStrategy.set(SnmpAgentConfig agentConfig, SnmpObjId oid, SnmpValue value)
           
 

Methods in org.opennms.netmgt.snmp.snmp4j with parameters of type SnmpValue
 void Snmp4JV2TrapBuilder.addVarBind(SnmpObjId name, SnmpValue value)
           
protected  org.snmp4j.PDU Snmp4JStrategy.buildPdu(Snmp4JAgentConfig agentConfig, int pduType, SnmpObjId[] oids, SnmpValue[] values)
           
 SnmpValue[] Snmp4JStrategy.set(SnmpAgentConfig agentConfig, SnmpObjId[] oids, SnmpValue[] values)
           
 SnmpValue Snmp4JStrategy.set(SnmpAgentConfig agentConfig, SnmpObjId oid, SnmpValue value)
           
 

Uses of SnmpValue in org.opennms.netmgt.trapd
 

Methods in org.opennms.netmgt.trapd with parameters of type SnmpValue
static Parm SyntaxToEvent.processSyntax(String name, SnmpValue value)
          processSyntax
 void EventCreator.processVarBind(SnmpObjId name, SnmpValue value)
          
 



Copyright © 2011. All Rights Reserved.