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.

Version:
$Id: $
Author:
Antonio
See Also:
Dot1dTpFdbTable, RFC1213

Field Summary
static String FDB_ADDRESS
          Constant FDB_ADDRESS="dot1dTpFdbAddress"
static String FDB_ADDRESS_OID
          Constant FDB_ADDRESS_OID=".1.3.6.1.2.1.17.7.1.2.2.1.1"
static String FDB_PORT
          Constant FDB_PORT="dot1dTpFdbPort"
static String FDB_STATUS
          Constant FDB_STATUS="dot1dTpFdbStatus"
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()
          Constructor for QBridgeDot1dTpFdbTableEntry.
 
Method Summary
 String getQBridgeDot1dTpFdbAddress()
          getQBridgeDot1dTpFdbAddress
 int getQBridgeDot1dTpFdbPort()
          getQBridgeDot1dTpFdbPort
 int getQBridgeDot1dTpFdbStatus()
          getQBridgeDot1dTpFdbStatus
 void storeResult(SnmpResult res)
          
 
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
Constant FDB_ADDRESS="dot1dTpFdbAddress"

See Also:
Constant Field Values

FDB_ADDRESS_OID

public static final String FDB_ADDRESS_OID
Constant FDB_ADDRESS_OID=".1.3.6.1.2.1.17.7.1.2.2.1.1"

See Also:
Constant Field Values

FDB_PORT

public static final String FDB_PORT
Constant FDB_PORT="dot1dTpFdbPort"

See Also:
Constant Field Values

FDB_STATUS

public static final String FDB_STATUS
Constant FDB_STATUS="dot1dTpFdbStatus"

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()

Constructor for QBridgeDot1dTpFdbTableEntry.

Method Detail

storeResult

public void storeResult(SnmpResult res)

Overrides:
storeResult in class SnmpStore

getQBridgeDot1dTpFdbAddress

public String getQBridgeDot1dTpFdbAddress()

getQBridgeDot1dTpFdbAddress

Returns:
a String object.

getQBridgeDot1dTpFdbPort

public int getQBridgeDot1dTpFdbPort()

getQBridgeDot1dTpFdbPort

Returns:
a int.

getQBridgeDot1dTpFdbStatus

public int getQBridgeDot1dTpFdbStatus()

getQBridgeDot1dTpFdbStatus

Returns:
a int.


Copyright © 2011. All Rights Reserved.