Package | Description |
---|---|
org.opennms.netmgt.capsd.snmp | |
org.opennms.netmgt.collectd | |
org.opennms.netmgt.enlinkd.snmp | |
org.opennms.netmgt.provision.scan.snmp | |
org.opennms.netmgt.provision.service.snmp | |
org.opennms.netmgt.snmp |
Non-implementation-specific SNMP API.
|
org.opennms.netmgt.snmp.proxy | |
org.opennms.netmgt.snmp.proxy.common | |
org.opennms.netmgt.trapd |
Modifier and Type | Method and Description |
---|---|
protected void |
SnmpTable.storeResult(SnmpResult res) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpCollectionSet.notifyIfNotFound(CollectionAttributeType attrType,
SnmpResult res)
notifyIfNotFound
|
void |
SnmpAttributeType.storeResult(SnmpCollectionSet collectionSet,
SNMPCollectorEntry entry,
SnmpResult res)
storeResult
|
protected void |
ObjIdMonitor.storeResult(SnmpResult res) |
void |
SNMPCollectorEntry.storeResult(SnmpResult res) |
protected void |
SnmpNodeCollector.storeResult(SnmpResult res) |
protected void |
SnmpIfCollector.storeResult(SnmpResult res) |
Modifier and Type | Method and Description |
---|---|
protected void |
OspfGeneralGroupTracker.storeResult(SnmpResult res) |
protected void |
LldpLocalGroupTracker.storeResult(SnmpResult res) |
protected void |
IsisSysObjectGroupTracker.storeResult(SnmpResult res) |
protected void |
CdpGlobalGroupTracker.storeResult(SnmpResult res) |
protected void |
CiscoVtpTracker.storeResult(SnmpResult res) |
protected void |
Dot1dBaseTracker.storeResult(SnmpResult res) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSnmpScanner.Storer.storeResult(ScanContext scanContext,
SnmpResult res) |
Modifier and Type | Method and Description |
---|---|
protected void |
SnmpTable.storeResult(SnmpResult res) |
protected void |
SystemGroup.storeResult(SnmpResult res) |
void |
IpAddressTableEntry.storeResult(SnmpResult result)
This is a hack, we get the IP address from the instance information when storing one of the columns.
|
Modifier and Type | Method and Description |
---|---|
List<SnmpResult> |
SnmpRowResult.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
SnmpRowResult.addResult(SnmpObjId column,
SnmpResult result) |
int |
SnmpResult.compareTo(SnmpResult other) |
void |
TableTracker.storeResult(SnmpResult res) |
protected void |
CollectionTracker.storeResult(SnmpResult res) |
void |
SnmpStore.storeResult(SnmpResult res) |
abstract void |
AbstractSnmpStore.storeResult(SnmpResult res) |
Modifier and Type | Method and Description |
---|---|
List<SnmpResult> |
WalkResponse.getResults() |
SNMPRequestBuilder<List<SnmpResult>> |
LocationAwareSnmpClient.walk(SnmpAgentConfig agent,
List<SnmpObjId> oids) |
SNMPRequestBuilder<List<SnmpResult>> |
LocationAwareSnmpClient.walk(SnmpAgentConfig agent,
SnmpObjId... oids) |
SNMPRequestBuilder<List<SnmpResult>> |
LocationAwareSnmpClient.walk(SnmpAgentConfig agent,
String... oids) |
Constructor and Description |
---|
WalkResponse(List<SnmpResult> results) |
WalkResponse(List<SnmpResult> results,
String correlationId) |
Modifier and Type | Method and Description |
---|---|
List<SnmpResult> |
SnmpResponseDTO.getResults() |
protected List<SnmpResult> |
SNMPWalkBuilder.processResponse(SnmpMultiResponseDTO response) |
SNMPRequestBuilder<List<SnmpResult>> |
LocationAwareSnmpClientRpcImpl.walk(SnmpAgentConfig agent,
List<SnmpObjId> oids) |
SNMPRequestBuilder<List<SnmpResult>> |
LocationAwareSnmpClientRpcImpl.walk(SnmpAgentConfig agent,
SnmpObjId... oids) |
SNMPRequestBuilder<List<SnmpResult>> |
LocationAwareSnmpClientRpcImpl.walk(SnmpAgentConfig agent,
String... oids) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpResponseDTO.setResults(List<SnmpResult> results) |
Modifier and Type | Method and Description |
---|---|
List<SnmpResult> |
TrapDTO.getResults() |
Copyright © 2021. All rights reserved.