org.opennms.netmgt.linkd.snmp
Class Dot1dTpFdbTableEntry

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.Dot1dTpFdbTableEntry

public final class Dot1dTpFdbTableEntry
extends SnmpTableEntry

The Dot1dTpFdbTableEntry 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_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
Dot1dTpFdbTableEntry()
          The class constructor used to initialize the object to its initial state.
 
Method Summary
 String getDot1dTpFdbAddress()
           
 int getDot1dTpFdbPort()
           
 int getDot1dTpFdbStatus()
           
 
Methods inherited from class org.opennms.netmgt.capsd.snmp.SnmpStore
getElementListSize, getElements, log, storeResult
 
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_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

Dot1dTpFdbTableEntry

public Dot1dTpFdbTableEntry()

The class constructor used to initialize the object to its initial state. Although the object's member variables can change after an instance is created, this constructor will initialize all the variables as per their named variable from the passed array of SNMP varbinds.

If the information in the object should not be modified then a final modifier can be applied to the created object.

Parameters:
vars - The array of variable bindings.
Method Detail

getDot1dTpFdbAddress

public String getDot1dTpFdbAddress()

getDot1dTpFdbPort

public int getDot1dTpFdbPort()

getDot1dTpFdbStatus

public int getDot1dTpFdbStatus()


Copyright © 2009. All Rights Reserved.