public class OspfIfTableTracker extends TableTracker
Modifier and Type | Class and Description |
---|---|
static class |
OspfIfTableTracker.OspfIfRow |
Modifier and Type | Field and Description |
---|---|
static SnmpObjId |
OSPF_ADDRESS_LESS_IF |
static SnmpObjId |
OSPF_IF_IPADDRESS |
static SnmpObjId |
OSPF_IF_TABLE_ENTRY |
static SnmpObjId[] |
s_ospfiftable_elemList |
Constructor and Description |
---|
OspfIfTableTracker() |
OspfIfTableTracker(RowCallback rowProcessor) |
Modifier and Type | Method and Description |
---|---|
SnmpRowResult |
createRowResult(int columnCount,
SnmpInstId instance) |
void |
processOspfIfRow(OspfIfTableTracker.OspfIfRow row)
processOspfIfRow
|
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 OSPF_IF_TABLE_ENTRY
public static final SnmpObjId OSPF_IF_IPADDRESS
public static final SnmpObjId OSPF_ADDRESS_LESS_IF
public static final SnmpObjId[] s_ospfiftable_elemList
public OspfIfTableTracker()
public OspfIfTableTracker(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 processOspfIfRow(OspfIfTableTracker.OspfIfRow row)
processOspfIfRow
row
- a OspfIfTableTracker.OspfIfRow
object.Copyright © 2021. All rights reserved.