public class TableTracker extends CollectionTracker implements RowCallback, RowResultFactory
Constructor and Description |
---|
TableTracker(RowCallback rc,
int maxRepetitions,
SnmpObjId... columns) |
TableTracker(RowCallback rc,
SnmpObjId... ids) |
TableTracker(SnmpObjId... ids) |
Modifier and Type | Method and Description |
---|---|
ResponseProcessor |
buildNextPdu(PduBuilder pduBuilder) |
SnmpRowResult |
createRowResult(int columnCount,
SnmpInstId instance) |
boolean |
isFinished() |
void |
rowCompleted(SnmpRowResult row) |
void |
setMaxRepetitions(int maxRepetitions) |
void |
storeResult(SnmpResult res) |
failed, getCollectionTracker, getParent, reportFatalErr, reportGenErr, reportNonFatalErr, reportNoSuchNameErr, reportTooBigErr, setFailed, setFinished, setParent, setTimedOut, timedOut
public TableTracker(SnmpObjId... ids)
public TableTracker(RowCallback rc, SnmpObjId... ids)
public TableTracker(RowCallback rc, int maxRepetitions, SnmpObjId... columns)
public void setMaxRepetitions(int maxRepetitions)
setMaxRepetitions
in class CollectionTracker
public boolean isFinished()
isFinished
in class CollectionTracker
public ResponseProcessor buildNextPdu(PduBuilder pduBuilder)
buildNextPdu
in class CollectionTracker
public void storeResult(SnmpResult res)
storeResult
in class CollectionTracker
public void rowCompleted(SnmpRowResult row)
rowCompleted
in interface RowCallback
public SnmpRowResult createRowResult(int columnCount, SnmpInstId instance)
createRowResult
in interface RowResultFactory
Copyright © 2017. All rights reserved.