org.opennms.netmgt.linkd.snmp
Class Dot1dTpFdbTable
java.lang.Object
org.opennms.netmgt.snmp.CollectionTracker
org.opennms.netmgt.snmp.AggregateTracker
org.opennms.netmgt.capsd.snmp.SnmpTable<Dot1dTpFdbTableEntry>
org.opennms.netmgt.linkd.snmp.Dot1dTpFdbTable
- All Implemented Interfaces:
- Collectable
public class Dot1dTpFdbTable
- extends SnmpTable<Dot1dTpFdbTableEntry>
Dot1DBaseTable uses a SnmpSession to collect the dot1dBridge.dot1dBase entries
It implements the SnmpHandler to receive notifications when a reply is
received/error occurs in the SnmpSession used to send requests /recieve
replies.
- Author:
- Antonio Russo, James Zuo, Sowmya, Weave, OpenNMS
- See Also:
- RFC1213
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dot1dTpFdbTable
public Dot1dTpFdbTable(InetAddress address)
createTableEntry
protected Dot1dTpFdbTableEntry createTableEntry(SnmpObjId base,
SnmpInstId inst,
Object val)
- Specified by:
createTableEntry in class SnmpTable<Dot1dTpFdbTableEntry>
log
protected final Category log()
Copyright © 2009. All Rights Reserved.