public class Dot1dStpPortTableTracker extends TableTracker
The Dot1dStpPortTableTracker class is designed to hold all the MIB-II information for one entry in the MIB II dot1dBridge.dot1dStp.dot1dStpPortTable. The table effectively contains a list of these entries, each entry having information about STP Protocol on specific Port.
This object is used by the Dot1dStpPortTable to hold information single entries in the table. See the Dot1dStpPortTable documentation form more information.
Modifier and Type | Class and Description |
---|---|
static class |
Dot1dStpPortTableTracker.Dot1dStpPortRow |
Modifier and Type | Field and Description |
---|---|
static SnmpObjId |
DOT1D_STP_PORT |
static SnmpObjId |
DOT1D_STP_PORT_DESIGNATED_BRIDGE |
static SnmpObjId |
DOT1D_STP_PORT_DESIGNATED_COST |
static SnmpObjId |
DOT1D_STP_PORT_DESIGNATED_PORT |
static SnmpObjId |
DOT1D_STP_PORT_DESIGNATED_ROOT |
static SnmpObjId |
DOT1D_STP_PORT_ENABLE |
static SnmpObjId |
DOT1D_STP_PORT_PATH_COST |
static SnmpObjId |
DOT1D_STP_PORT_PRIORITY |
static SnmpObjId |
DOT1D_STP_PORT_STATE |
static SnmpObjId[] |
stpport_elemList |
Constructor and Description |
---|
Dot1dStpPortTableTracker() |
Dot1dStpPortTableTracker(RowCallback rowProcessor) |
Modifier and Type | Method and Description |
---|---|
SnmpRowResult |
createRowResult(int columnCount,
SnmpInstId instance) |
void |
processDot1dStpPortRow(Dot1dStpPortTableTracker.Dot1dStpPortRow row)
processDot1dStpPortRow
|
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 DOT1D_STP_PORT
public static final SnmpObjId DOT1D_STP_PORT_PRIORITY
public static final SnmpObjId DOT1D_STP_PORT_STATE
public static final SnmpObjId DOT1D_STP_PORT_ENABLE
public static final SnmpObjId DOT1D_STP_PORT_PATH_COST
public static final SnmpObjId DOT1D_STP_PORT_DESIGNATED_ROOT
public static final SnmpObjId DOT1D_STP_PORT_DESIGNATED_COST
public static final SnmpObjId DOT1D_STP_PORT_DESIGNATED_BRIDGE
public static final SnmpObjId DOT1D_STP_PORT_DESIGNATED_PORT
public static final SnmpObjId[] stpport_elemList
public Dot1dStpPortTableTracker()
public Dot1dStpPortTableTracker(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 processDot1dStpPortRow(Dot1dStpPortTableTracker.Dot1dStpPortRow row)
processDot1dStpPortRow
row
- a Dot1dStpPortTableTracker.Dot1dStpPortRow
object.Copyright © 2021. All rights reserved.