org.opennms.netmgt.linkd.snmp
Class QBridgeDot1dTpFdbTableEntry
java.lang.Object
org.opennms.netmgt.snmp.AbstractSnmpStore
org.opennms.netmgt.capsd.snmp.SnmpStore
org.opennms.netmgt.capsd.snmp.SnmpTableEntry
org.opennms.netmgt.linkd.snmp.QBridgeDot1dTpFdbTableEntry
public final class QBridgeDot1dTpFdbTableEntry
- extends SnmpTableEntry
The QbridgeDot1dTpFdbTableEntry class is designed to hold all the MIB-II
information for one entry in the MIB II dot1dBridge.dot1dTp.dot1dTpFdbTable.
The table effectively contains a list of these entries, each entry having information
about bridge forwarding table.
This object is used by the Dot1dTpFdbTable to hold infomation
single entries in the table. See the Dot1dTpFdbTable documentation
form more information.
- Author:
- Antonio, Sowmya, Weave, Jon Whetzel, OpenNMS
- See Also:
Dot1dTpFdbTable,
RFC1213
| Methods inherited from class org.opennms.netmgt.snmp.AbstractSnmpStore |
getDisplayString, getHexString, getIfIndex, getInt32, getIPAddress, getObjectID, getUInt32, getValue, isEmpty, putIfIndex, putValue, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FDB_ADDRESS
public static final String FDB_ADDRESS
- See Also:
- Constant Field Values
FDB_ADDRESS_OID
public static final String FDB_ADDRESS_OID
- See Also:
- Constant Field Values
FDB_PORT
public static final String FDB_PORT
- See Also:
- Constant Field Values
FDB_STATUS
public static final String FDB_STATUS
- See Also:
- Constant Field Values
ms_elemList
public static NamedSnmpVar[] ms_elemList
The keys that will be supported by default from the
TreeMap base class. Each of the elements in the list
are an instance of the Dot1dTpFbTable. Objects
in this list should be used by multiple instances of
this class.
TABLE_OID
public static final String TABLE_OID
The TABLE_OID is the object identifier that represents
the root of the Bridge Forward table in the MIB forest.
- See Also:
- Constant Field Values
QBridgeDot1dTpFdbTableEntry
public QBridgeDot1dTpFdbTableEntry()
storeResult
public void storeResult(SnmpObjId base,
SnmpInstId inst,
SnmpValue val)
- Overrides:
storeResult in class SnmpStore
getQBridgeDot1dTpFdbAddress
public String getQBridgeDot1dTpFdbAddress()
getQBridgeDot1dTpFdbPort
public int getQBridgeDot1dTpFdbPort()
getQBridgeDot1dTpFdbStatus
public int getQBridgeDot1dTpFdbStatus()
Copyright © 2009. All Rights Reserved.