org.opennms.netmgt.linkd.snmp
Class QBridgeDot1dTpFdbTable
java.lang.Object
org.opennms.netmgt.snmp.CollectionTracker
org.opennms.netmgt.snmp.AggregateTracker
org.opennms.netmgt.capsd.snmp.SnmpTable<QBridgeDot1dTpFdbTableEntry>
org.opennms.netmgt.linkd.snmp.QBridgeDot1dTpFdbTable
- All Implemented Interfaces:
- Collectable
public class QBridgeDot1dTpFdbTable
- extends SnmpTable<QBridgeDot1dTpFdbTableEntry>
Dot1DBaseTable uses a SnmpSession to collect the QBridge.forwarding table entries
It implements the SnmpHandler to receive notifications when a reply is
received/error occurs in the SnmpSession used to send requests /recieve
replies.
- Version:
- $Id: $
- Author:
- Antonio Russo
- See Also:
- RFC1213
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QBridgeDot1dTpFdbTable
public QBridgeDot1dTpFdbTable(InetAddress address)
Constructor for QBridgeDot1dTpFdbTable.
- Parameters:
address - a InetAddress object.
createTableEntry
protected QBridgeDot1dTpFdbTableEntry createTableEntry(SnmpObjId base,
SnmpInstId inst,
Object val)
createTableEntry
- Specified by:
createTableEntry in class SnmpTable<QBridgeDot1dTpFdbTableEntry>
- Parameters:
base - a SnmpObjId object.inst - a SnmpInstId object.val - a Object object.
- Returns:
- a T object.
Copyright © 2011. All Rights Reserved.