Package | Description |
---|---|
org.snmp4j.model.snmp.agent | |
org.snmp4j.model.snmp.api | |
org.snmp4j.model.snmp.spi |
Modifier and Type | Method | Description |
---|---|---|
List<? extends SnmpRow> |
SNMP4JAgentSnmpService.getTable(org.snmp4j.Target target,
List<org.snmp4j.smi.OID> columnOIDs,
org.snmp4j.smi.OID minIndex,
org.snmp4j.smi.OID maxIndex) |
Modifier and Type | Method | Description |
---|---|---|
List<? extends SnmpRow> |
LocalSnmpService.getTable(org.snmp4j.Target target,
List<org.snmp4j.smi.OID> columnOIDs,
org.snmp4j.smi.OID minIndexOID,
org.snmp4j.smi.OID maxIndexOID) |
Modifier and Type | Method | Description |
---|---|---|
List<? extends SnmpRow> |
SnmpService.getTable(org.snmp4j.Target target,
List<org.snmp4j.smi.OID> columnOIDs,
org.snmp4j.smi.OID minIndex,
org.snmp4j.smi.OID maxIndex) |
Gets the rows of a SNMP table synchronously.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
SnmpRowListener.nextRow(SnmpRow nextRow,
Object userObject) |
Provides the next row to this row listener.
|
Copyright © 2020 SNMP4J.org. All rights reserved.