public class TableUtils.TableRequest extends Object implements ResponseListener
Modifier and Type | Field and Description |
---|---|
protected org.snmp4j.util.TableUtils.LastReceived |
lastReceived |
Constructor and Description |
---|
TableRequest(Target target,
OID[] columnOIDs,
TableListener listener,
Object userObject,
OID lowerBoundIndex,
OID upperBoundIndex) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkResponse(ResponseEvent event) |
int |
getNumLexicographicErrors()
Gets the number of lexicographic errors that occurred during request processing.
|
org.snmp4j.util.TableUtils.Row |
getRow(OID index) |
protected int |
getTableStatus() |
void |
onResponse(ResponseEvent event)
Process a SNMP response.
|
protected boolean |
removePending(int requestSerial) |
boolean |
sendNextChunk() |
protected void |
sendRequest(PDU pdu,
Target target,
TableUtils.ColumnsOfRequest sendColumns) |
public int getNumLexicographicErrors()
public boolean sendNextChunk()
protected void sendRequest(PDU pdu, Target target, TableUtils.ColumnsOfRequest sendColumns) throws IOException
IOException
protected boolean removePending(int requestSerial)
public void onResponse(ResponseEvent event)
ResponseListener
onResponse
in interface ResponseListener
event
- a ResponseEvent
.protected int getTableStatus()
protected boolean checkResponse(ResponseEvent event)
public org.snmp4j.util.TableUtils.Row getRow(OID index)
Copyright © 2018 SNMP4J.org. All rights reserved.