org.opennms.netmgt.linkd.snmp
Class QBridgeDot1dTpFdbTableEntry

java.lang.Object
  extended by org.opennms.netmgt.snmp.AbstractSnmpStore
      extended by org.opennms.netmgt.capsd.snmp.SnmpStore
          extended by org.opennms.netmgt.capsd.snmp.SnmpTableEntry
              extended by 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

Field Summary
static String FDB_ADDRESS
           
static String FDB_ADDRESS_OID
           
static String FDB_PORT
           
static String FDB_STATUS
           
static NamedSnmpVar[] ms_elemList
          The keys that will be supported by default from the TreeMap base class.
static String TABLE_OID
          The TABLE_OID is the object identifier that represents the root of the Bridge Forward table in the MIB forest.
 
Fields inherited from class org.opennms.netmgt.snmp.AbstractSnmpStore
IFINDEX
 
Constructor Summary
QBridgeDot1dTpFdbTableEntry()
           
 
Method Summary
 String getQBridgeDot1dTpFdbAddress()
           
 int getQBridgeDot1dTpFdbPort()
           
 int getQBridgeDot1dTpFdbStatus()
           
 void storeResult(SnmpObjId base, SnmpInstId inst, SnmpValue val)
           
 
Methods inherited from class org.opennms.netmgt.capsd.snmp.SnmpStore
getElementListSize, getElements, log
 
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
 

Field Detail

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
Constructor Detail

QBridgeDot1dTpFdbTableEntry

public QBridgeDot1dTpFdbTableEntry()
Method Detail

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.