public class TableUtils.TableRequest extends Object implements ResponseListener
Modifier and Type | Field and Description |
---|---|
protected Vector<OID> |
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) |
org.snmp4j.util.TableUtils.Row |
getRow(OID index) |
void |
onResponse(ResponseEvent event)
Process a SNMP response.
|
boolean |
sendNextChunk() |
protected void |
sendRequest(PDU pdu,
Target target,
List<Integer> sendColumns) |
public boolean sendNextChunk()
protected void sendRequest(PDU pdu, Target target, List<Integer> sendColumns) throws IOException
IOException
public void onResponse(ResponseEvent event)
ResponseListener
onResponse
in interface ResponseListener
event
- a ResponseEvent
.protected boolean checkResponse(ResponseEvent event)
public org.snmp4j.util.TableUtils.Row getRow(OID index)
Copyright © 2016 SNMP4J.org. All rights reserved.