public class CiscoVtpVlanTableTracker extends TableTracker
Modifier and Type | Class and Description |
---|---|
static class |
CiscoVtpVlanTableTracker.CiscoVtpVlanRow |
Modifier and Type | Field and Description |
---|---|
static SnmpObjId[] |
cisco_vlan_elemList |
static SnmpObjId |
CISCO_VTP_VLAN_NAME |
static SnmpObjId |
CISCO_VTP_VLAN_STATE |
static SnmpObjId |
CISCO_VTP_VLAN_TABLE_ENTRY
The CISCO_VTP_VLAN_TABLE_ENTRY is the object identifier that represents
the root of the table vtpVlanTable in the MIB forest.
|
static SnmpObjId |
CISCO_VTP_VLAN_TYPE |
Constructor and Description |
---|
CiscoVtpVlanTableTracker()
Constructor for CiscoVtpVlanTableTracker.
|
CiscoVtpVlanTableTracker(RowCallback rowProcessor) |
Modifier and Type | Method and Description |
---|---|
SnmpRowResult |
createRowResult(int columnCount,
SnmpInstId instance) |
void |
processCiscoVtpVlanRow(CiscoVtpVlanTableTracker.CiscoVtpVlanRow row)
processCiscoVtpVlanRow
|
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 CISCO_VTP_VLAN_TABLE_ENTRY
The CISCO_VTP_VLAN_TABLE_ENTRY is the object identifier that represents the root of the table vtpVlanTable in the MIB forest.
public static final SnmpObjId CISCO_VTP_VLAN_STATE
public static final SnmpObjId CISCO_VTP_VLAN_TYPE
public static final SnmpObjId CISCO_VTP_VLAN_NAME
public static SnmpObjId[] cisco_vlan_elemList
public CiscoVtpVlanTableTracker()
Constructor for CiscoVtpVlanTableTracker.
public CiscoVtpVlanTableTracker(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 processCiscoVtpVlanRow(CiscoVtpVlanTableTracker.CiscoVtpVlanRow row)
processCiscoVtpVlanRow
row
- a CiscoVtpVlanTableTracker.CiscoVtpVlanRow
object.Copyright © 2021. All rights reserved.