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, timedOutpublic 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 CollectionTrackerpublic boolean isFinished()
isFinished in class CollectionTrackerpublic ResponseProcessor buildNextPdu(PduBuilder pduBuilder)
buildNextPdu in class CollectionTrackerpublic void storeResult(SnmpResult res)
storeResult in class CollectionTrackerpublic void rowCompleted(SnmpRowResult row)
rowCompleted in interface RowCallbackpublic SnmpRowResult createRowResult(int columnCount, SnmpInstId instance)
createRowResult in interface RowResultFactoryCopyright © 2017. All rights reserved.