Uses of Interface
org.opennms.netmgt.snmp.SnmpValue
-
Packages that use SnmpValue Package Description org.opennms.netmgt.collectd org.opennms.netmgt.enlinkd.snmp org.opennms.netmgt.model.events.snmp org.opennms.netmgt.poller.monitors 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.mock org.opennms.netmgt.snmp.proxy org.opennms.netmgt.snmp.proxy.common org.opennms.netmgt.snmp.snmp4j Use SNMP4J for SNMP support in OpenNMS. -
-
Uses of SnmpValue in org.opennms.netmgt.collectd
Methods in org.opennms.netmgt.collectd that return SnmpValue Modifier and Type Method Description SnmpValue
AliasedAttribute. getValue()
getValueSnmpValue
SnmpAttribute. getValue()
getValueMethods in org.opennms.netmgt.collectd with parameters of type SnmpValue Modifier and Type Method Description void
SnmpCollectionResource. setAttributeValue(SnmpAttributeType type, SnmpValue val)
setAttributeValueConstructors in org.opennms.netmgt.collectd with parameters of type SnmpValue Constructor Description SnmpAttribute(CollectionResource resource, SnmpAttributeType type, SnmpValue val)
Constructor for SnmpAttribute. -
Uses of SnmpValue in org.opennms.netmgt.enlinkd.snmp
Methods in org.opennms.netmgt.enlinkd.snmp that return SnmpValue Modifier and Type Method Description SnmpValue
Dot1dBasePortIfIndexGetter. get(java.lang.Integer bridgeport)
SnmpValue
SnmpGetter. get(SnmpObjId entryoid, java.lang.Integer index)
SnmpValue
CdpInterfacePortNameGetter. getInterfaceNameFromCiscoCdpMib(java.lang.Integer ifindex)
SnmpValue
CdpInterfacePortNameGetter. getInterfaceNameFromMib2(java.lang.Integer ifindex)
SnmpValue
LldpLocalGroupTracker. getLldpLocChassisid()
SnmpValue
LldpRemTableTracker.LldpRemRow. getLldpRemChassisId()
SnmpValue
TimeTetraLldpRemTableTracker.TimeTetraLldpRemRow. getLldpRemChassisId()
Methods in org.opennms.netmgt.enlinkd.snmp that return types with arguments of type SnmpValue Modifier and Type Method Description java.util.List<SnmpValue>
LldpLocPortGetter. get(java.lang.Integer lldpRemLocalPortNum)
java.util.List<SnmpValue>
SnmpGetter. get(java.util.List<SnmpObjId> oids)
java.util.List<SnmpValue>
SnmpGetter. get(java.util.List<SnmpObjId> entryoids, java.lang.Integer index)
java.util.List<SnmpValue>
TimeTetraLldpLocPortGetter. get(java.lang.Integer ifindex, java.lang.Integer tmnxLldpRemLocalDestMACAddress)
Methods in org.opennms.netmgt.enlinkd.snmp with parameters of type SnmpValue Modifier and Type Method Description static java.lang.String
LldpLocalGroupTracker. decodeLldpChassisId(SnmpValue lldpchassisid, java.lang.Integer lldpLocChassisidSubType)
static java.lang.String
LldpRemTableTracker. decodeLldpPortId(java.lang.Integer lldpPortIdSubType, SnmpValue lldpportid)
static java.lang.String
TimeTetraLldpLocPortGetter. decodeLldpPortId(LldpUtils.LldpPortIdSubType portSubType, SnmpValue snmpValue)
static java.lang.String
LldpLocalGroupTracker. decodeMacAddress(SnmpValue snmpValue)
static java.lang.String
LldpLocalGroupTracker. getDisplayable(SnmpValue snmpValue)
-
Uses of SnmpValue in org.opennms.netmgt.model.events.snmp
Methods in org.opennms.netmgt.model.events.snmp with parameters of type SnmpValue Modifier and Type Method Description static Parm
SyntaxToEvent. processSyntax(java.lang.String name, SnmpValue value)
processSyntax -
Uses of SnmpValue in org.opennms.netmgt.poller.monitors
Methods in org.opennms.netmgt.poller.monitors with parameters of type SnmpValue Modifier and Type Method Description java.lang.String
SnmpMonitorStrategy. getStringValue(SnmpValue result)
boolean
SnmpMonitorStrategy. meetsCriteria(SnmpValue result, java.lang.String operator, java.lang.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.snmp
Classes in org.opennms.netmgt.snmp that implement SnmpValue Modifier and Type Class Description class
AbstractSnmpValue
Methods in org.opennms.netmgt.snmp that return SnmpValue Modifier and Type Method Description SnmpValue
SnmpStrategy. get(SnmpAgentConfig agentConfig, SnmpObjId oid)
SnmpValue[]
SnmpStrategy. get(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
static SnmpValue
SnmpUtils. get(SnmpAgentConfig agentConfig, SnmpObjId oid)
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)
SnmpValue[]
SnmpStrategy. getNext(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
static SnmpValue
SnmpUtils. getNext(SnmpAgentConfig agentConfig, SnmpObjId oid)
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
SnmpVarBindDTO. getSnmpValue()
SnmpValue
SnmpValueFactory. getTimeTicks(long val)
SnmpValue
AbstractSnmpStore. getValue(java.lang.String key)
SnmpValue
SnmpResult. getValue()
SnmpValue
SnmpRowResult. getValue(SnmpObjId base)
SnmpValue
SnmpValueFactory. getValue(int type, byte[] bytes)
SnmpValue[]
SnmpV2TrapBuilder. sendInform(java.lang.String destAddr, int destPort, int timeout, int retries, java.lang.String community)
SnmpValue[]
SnmpV3TrapBuilder. sendInform(java.lang.String destAddr, int destPort, int timeout, int retries, int securityLevel, java.lang.String securityname, java.lang.String authPassPhrase, java.lang.String authProtocol, java.lang.String privPassPhrase, java.lang.String privprotocol)
SnmpValue[]
SnmpStrategy. set(SnmpAgentConfig agentConfig, SnmpObjId[] oid, SnmpValue[] value)
SnmpValue
SnmpStrategy. set(SnmpAgentConfig agentConfig, SnmpObjId oid, SnmpValue value)
static SnmpValue[]
SnmpUtils. set(SnmpAgentConfig agentConfig, SnmpObjId[] oids, SnmpValue[] values)
static SnmpValue
SnmpUtils. set(SnmpAgentConfig agentConfig, SnmpObjId oid, SnmpValue value)
SnmpValue
SnmpValueXmlAdapter. unmarshal(SnmpValueXmlAdapter.JaxbSnmpValue value)
Methods in org.opennms.netmgt.snmp that return types with arguments of type SnmpValue Modifier and Type Method Description 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 Modifier and Type Method Description void
SnmpTrapBuilder. addVarBind(SnmpObjId name, SnmpValue value)
static java.lang.Long
SnmpUtils. getProtoCounter63Value(SnmpValue value)
SnmpValueXmlAdapter.JaxbSnmpValue
SnmpValueXmlAdapter. marshal(SnmpValue value)
void
ResponseProcessor. processResponse(SnmpObjId snmpObjId, SnmpValue val)
protected void
SnmpWalker. processResponse(SnmpObjId receivedOid, SnmpValue val)
protected void
AbstractSnmpStore. putValue(java.lang.String key, SnmpValue value)
SnmpValue[]
SnmpStrategy. set(SnmpAgentConfig agentConfig, SnmpObjId[] oid, SnmpValue[] value)
SnmpValue
SnmpStrategy. set(SnmpAgentConfig agentConfig, SnmpObjId oid, SnmpValue value)
static SnmpValue[]
SnmpUtils. set(SnmpAgentConfig agentConfig, SnmpObjId[] oids, SnmpValue[] values)
static SnmpValue
SnmpUtils. set(SnmpAgentConfig agentConfig, SnmpObjId oid, SnmpValue value)
void
SnmpResult. setValue(SnmpValue value)
Constructors in org.opennms.netmgt.snmp with parameters of type SnmpValue Constructor Description JaxbSnmpValue(SnmpValue value)
SnmpResult(SnmpObjId base, SnmpInstId instance, SnmpValue value)
SnmpVarBindDTO(SnmpObjId objId, 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 Modifier and Type Method Description 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(java.math.BigInteger val)
SnmpValue
JoeSnmpValueFactory. getGauge32(long val)
SnmpValue
JoeSnmpValueFactory. getInt32(int val)
SnmpValue
JoeSnmpValueFactory. getIpAddress(java.net.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 Modifier and Type Method Description void
JoeSnmpV1TrapBuilder. addVarBind(SnmpObjId name, SnmpValue value)
void
JoeSnmpV2TrapBuilder. 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.mock
Classes in org.opennms.netmgt.snmp.mock that implement SnmpValue Modifier and Type Class Description class
MockSnmpValue
static class
MockSnmpValue.Counter32SnmpValue
static class
MockSnmpValue.Counter64SnmpValue
static class
MockSnmpValue.Gauge32SnmpValue
static class
MockSnmpValue.Integer32SnmpValue
static class
MockSnmpValue.IpAddressSnmpValue
static class
MockSnmpValue.NetworkAddressSnmpValue
static class
MockSnmpValue.NumberSnmpValue
static class
MockSnmpValue.OctetStringSnmpValue
static class
MockSnmpValue.OidSnmpValue
static class
MockSnmpValue.StringSnmpValue
static class
MockSnmpValue.TimeticksSnmpValue
Methods in org.opennms.netmgt.snmp.mock that return SnmpValue Modifier and Type Method Description SnmpValue
PropertyOidContainer. findNextValueForOid(SnmpObjId oid)
SnmpValue
PropertyOidContainer. findValueForOid(SnmpObjId oid)
SnmpValue
MockSnmpStrategy. get(SnmpAgentConfig agentConfig, SnmpObjId oid)
SnmpValue[]
MockSnmpStrategy. get(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
SnmpValue[]
MockSnmpStrategy. getBulk(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
SnmpValue
MockSnmpValueFactory. getCounter32(long val)
SnmpValue
MockSnmpValueFactory. getCounter64(java.math.BigInteger val)
SnmpValue
MockSnmpValueFactory. getGauge32(long val)
SnmpValue
MockSnmpValueFactory. getInt32(int val)
SnmpValue
MockSnmpValueFactory. getIpAddress(java.net.InetAddress val)
SnmpValue
MockSnmpStrategy. getNext(SnmpAgentConfig agentConfig, SnmpObjId oid)
SnmpValue[]
MockSnmpStrategy. getNext(SnmpAgentConfig agentConfig, SnmpObjId[] oids)
SnmpValue
MockSnmpValueFactory. getNull()
SnmpValue
MockSnmpValueFactory. getObjectId(SnmpObjId objId)
SnmpValue
MockSnmpValueFactory. getOctetString(byte[] bytes)
SnmpValue
MockSnmpValueFactory. getOpaque(byte[] bs)
SnmpValue
MockSnmpValueFactory. getTimeTicks(long val)
SnmpValue
MockSnmpValueFactory. getValue(int type, byte[] bytes)
SnmpValue[]
MockSnmpStrategy. set(SnmpAgentConfig agentConfig, SnmpObjId[] oids, SnmpValue[] values)
SnmpValue
MockSnmpStrategy. set(SnmpAgentConfig agentConfig, SnmpObjId oid, SnmpValue value)
SnmpValue[]
PropertyOidContainer. set(SnmpObjId[] oids, SnmpValue[] values)
SnmpValue
PropertyOidContainer. set(SnmpObjId oid, SnmpValue value)
Methods in org.opennms.netmgt.snmp.mock with parameters of type SnmpValue Modifier and Type Method Description SnmpValue[]
MockSnmpStrategy. set(SnmpAgentConfig agentConfig, SnmpObjId[] oids, SnmpValue[] values)
SnmpValue
MockSnmpStrategy. set(SnmpAgentConfig agentConfig, SnmpObjId oid, SnmpValue value)
SnmpValue[]
PropertyOidContainer. set(SnmpObjId[] oids, SnmpValue[] values)
SnmpValue
PropertyOidContainer. set(SnmpObjId oid, SnmpValue value)
-
Uses of SnmpValue in org.opennms.netmgt.snmp.proxy
Methods in org.opennms.netmgt.snmp.proxy that return types with arguments of type SnmpValue Modifier and Type Method Description SNMPRequestBuilder<SnmpValue>
LocationAwareSnmpClient. get(SnmpAgentConfig agent, java.lang.String oid)
SNMPRequestBuilder<java.util.List<SnmpValue>>
LocationAwareSnmpClient. get(SnmpAgentConfig agent, java.lang.String... oids)
SNMPRequestBuilder<java.util.List<SnmpValue>>
LocationAwareSnmpClient. get(SnmpAgentConfig agent, java.util.List<SnmpObjId> oids)
SNMPRequestBuilder<SnmpValue>
LocationAwareSnmpClient. get(SnmpAgentConfig agent, SnmpObjId oid)
SNMPRequestBuilder<java.util.List<SnmpValue>>
LocationAwareSnmpClient. get(SnmpAgentConfig agent, SnmpObjId... oids)
-
Uses of SnmpValue in org.opennms.netmgt.snmp.proxy.common
Methods in org.opennms.netmgt.snmp.proxy.common that return SnmpValue Modifier and Type Method Description protected SnmpValue
SNMPSingleGetBuilder. processResponse(SnmpMultiResponseDTO response)
Methods in org.opennms.netmgt.snmp.proxy.common that return types with arguments of type SnmpValue Modifier and Type Method Description SNMPRequestBuilder<SnmpValue>
LocationAwareSnmpClientRpcImpl. get(SnmpAgentConfig agent, java.lang.String oid)
SNMPRequestBuilder<java.util.List<SnmpValue>>
LocationAwareSnmpClientRpcImpl. get(SnmpAgentConfig agent, java.lang.String... oids)
SNMPRequestBuilder<java.util.List<SnmpValue>>
LocationAwareSnmpClientRpcImpl. get(SnmpAgentConfig agent, java.util.List<SnmpObjId> oids)
SNMPRequestBuilder<SnmpValue>
LocationAwareSnmpClientRpcImpl. get(SnmpAgentConfig agent, SnmpObjId oid)
SNMPRequestBuilder<java.util.List<SnmpValue>>
LocationAwareSnmpClientRpcImpl. get(SnmpAgentConfig agent, SnmpObjId... oids)
protected java.util.List<SnmpValue>
SNMPMultiGetBuilder. processResponse(SnmpMultiResponseDTO response)
-
Uses of SnmpValue in org.opennms.netmgt.snmp.snmp4j
Classes in org.opennms.netmgt.snmp.snmp4j that implement SnmpValue Modifier and Type Class Description class
Snmp4JValue
Methods in org.opennms.netmgt.snmp.snmp4j that return SnmpValue Modifier and Type Method Description 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(java.math.BigInteger bigInt)
SnmpValue
Snmp4JValueFactory. getGauge32(long val)
SnmpValue
Snmp4JValueFactory. getInt32(int val)
SnmpValue
Snmp4JValueFactory. getIpAddress(java.net.InetAddress val)
SnmpValue
Snmp4JStrategy. getNext(SnmpAgentConfig agentConfig, SnmpObjId oid)
SNMP4J getNext implementationSnmpValue[]
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(java.lang.String destAddr, int destPort, int timeout, int retries, int securityLevel, java.lang.String securityName, java.lang.String authPassPhrase, java.lang.String authProtocol, java.lang.String privPassPhrase, java.lang.String privProtocol)
SnmpValue[]
Snmp4JV2TrapBuilder. sendInform(java.lang.String destAddr, int destPort, int timeout, int retries, java.lang.String community)
SnmpValue[]
Snmp4JV3InformBuilder. sendInform(java.lang.String destAddr, int destPort, int timeout, int retry, java.lang.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 Modifier and Type Method Description void
Snmp4JV2TrapBuilder. addVarBind(SnmpObjId name, SnmpValue value)
protected static 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)
-