public class IsisCircTableTracker extends TableTracker
Modifier and Type | Class and Description |
---|---|
static class |
IsisCircTableTracker.IsIsCircRow |
Modifier and Type | Field and Description |
---|---|
static SnmpObjId |
ISIS_CIRC_ADMIN_STATE |
static SnmpObjId |
ISIS_CIRC_IFINDEX |
static SnmpObjId |
ISIS_CIRC_TABLE |
static SnmpObjId[] |
isisCirctable_elemList |
Constructor and Description |
---|
IsisCircTableTracker() |
IsisCircTableTracker(RowCallback rowProcessor) |
Modifier and Type | Method and Description |
---|---|
SnmpRowResult |
createRowResult(int columnCount,
SnmpInstId instance) |
void |
processIsisCircRow(IsisCircTableTracker.IsIsCircRow row)
processIsisAdjRow
|
void |
rowCompleted(SnmpRowResult row) |
buildNextPdu, getWalkRequests, handleWalkResponses, isFinished, setMaxRepetitions, setMaxRetries, storeResult
failed, getCollectionTracker, getParent, reportFatalErr, reportGenErr, reportNonFatalErr, reportNoSuchNameErr, reportTooBigErr, setFailed, setFinished, setParent, setTimedOut, timedOut
public static final SnmpObjId ISIS_CIRC_TABLE
public static final SnmpObjId ISIS_CIRC_IFINDEX
public static final SnmpObjId ISIS_CIRC_ADMIN_STATE
public static final SnmpObjId[] isisCirctable_elemList
public IsisCircTableTracker()
public IsisCircTableTracker(RowCallback rowProcessor)
public SnmpRowResult createRowResult(int columnCount, SnmpInstId instance)
createRowResult
in interface RowResultFactory
createRowResult
in class TableTracker
public void rowCompleted(SnmpRowResult row)
rowCompleted
in interface RowCallback
rowCompleted
in class TableTracker
public void processIsisCircRow(IsisCircTableTracker.IsIsCircRow row)
processIsisAdjRow
row
- a IsisCircTableTracker.IsIsCircRow
object.Copyright © 2021. All rights reserved.