Package org.opennms.netmgt.enlinkd.snmp
Class CiscoVtpVlanTableTracker
- java.lang.Object
-
- org.opennms.netmgt.snmp.CollectionTracker
-
- org.opennms.netmgt.snmp.TableTracker
-
- org.opennms.netmgt.enlinkd.snmp.CiscoVtpVlanTableTracker
-
- All Implemented Interfaces:
Collectable
,ProxiableTracker
,RowCallback
,RowResultFactory
public class CiscoVtpVlanTableTracker extends TableTracker
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CiscoVtpVlanTableTracker.CiscoVtpVlanRow
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description CiscoVtpVlanTableTracker()
Constructor for CiscoVtpVlanTableTracker.CiscoVtpVlanTableTracker(RowCallback rowProcessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnmpRowResult
createRowResult(int columnCount, SnmpInstId instance)
void
processCiscoVtpVlanRow(CiscoVtpVlanTableTracker.CiscoVtpVlanRow row)
processCiscoVtpVlanRowvoid
rowCompleted(SnmpRowResult row)
-
Methods inherited from class org.opennms.netmgt.snmp.TableTracker
buildNextPdu, getWalkRequests, handleWalkResponses, isFinished, setMaxRepetitions, setMaxRetries, storeResult
-
Methods inherited from class org.opennms.netmgt.snmp.CollectionTracker
failed, getCollectionTracker, getParent, reportFatalErr, reportGenErr, reportNonFatalErr, reportNoSuchNameErr, reportTooBigErr, setFailed, setFinished, setParent, setTimedOut, timedOut
-
-
-
-
Field Detail
-
CISCO_VTP_VLAN_TABLE_ENTRY
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.
-
CISCO_VTP_VLAN_STATE
public static final SnmpObjId CISCO_VTP_VLAN_STATE
-
CISCO_VTP_VLAN_TYPE
public static final SnmpObjId CISCO_VTP_VLAN_TYPE
-
CISCO_VTP_VLAN_NAME
public static final SnmpObjId CISCO_VTP_VLAN_NAME
-
cisco_vlan_elemList
public static SnmpObjId[] cisco_vlan_elemList
-
-
Constructor Detail
-
CiscoVtpVlanTableTracker
public CiscoVtpVlanTableTracker()
Constructor for CiscoVtpVlanTableTracker.
-
CiscoVtpVlanTableTracker
public CiscoVtpVlanTableTracker(RowCallback rowProcessor)
-
-
Method Detail
-
createRowResult
public SnmpRowResult createRowResult(int columnCount, SnmpInstId instance)
- Specified by:
createRowResult
in interfaceRowResultFactory
- Overrides:
createRowResult
in classTableTracker
-
rowCompleted
public void rowCompleted(SnmpRowResult row)
- Specified by:
rowCompleted
in interfaceRowCallback
- Overrides:
rowCompleted
in classTableTracker
-
processCiscoVtpVlanRow
public void processCiscoVtpVlanRow(CiscoVtpVlanTableTracker.CiscoVtpVlanRow row)
processCiscoVtpVlanRow
- Parameters:
row
- aCiscoVtpVlanTableTracker.CiscoVtpVlanRow
object.
-
-