class TableUtils.DenseTableRequest extends TableUtils.TableRequest
DenseTableRequest
extends TableRequest to implement a
faster table retrieval than the original. Caution:
This version does not correctly retrieve sparse tables!columnOIDs, finished, lastReceived, listener, lowerBoundIndex, target, upperBoundIndex, userObject
Modifier | Constructor and Description |
---|---|
protected |
DenseTableRequest(Target target,
OID[] columnOIDs,
TableListener listener,
java.lang.Object userObject,
OID lowerBoundIndex,
OID upperBoundIndex) |
Modifier and Type | Method and Description |
---|---|
void |
onResponse(ResponseEvent event)
Process a SNMP response.
|
checkResponse, getRow, sendNextChunk, sendRequest
protected DenseTableRequest(Target target, OID[] columnOIDs, TableListener listener, java.lang.Object userObject, OID lowerBoundIndex, OID upperBoundIndex)
public void onResponse(ResponseEvent event)
ResponseListener
onResponse
in interface ResponseListener
onResponse
in class TableUtils.TableRequest
event
- a ResponseEvent
.