org.opennms.netmgt.linkd.snmp
Class IntelVlanTable
java.lang.Object
org.opennms.netmgt.snmp.CollectionTracker
org.opennms.netmgt.snmp.AggregateTracker
org.opennms.netmgt.capsd.snmp.SnmpTable<IntelVlanTableEntry>
org.opennms.netmgt.linkd.snmp.IntelVlanTable
- All Implemented Interfaces:
- Collectable
public class IntelVlanTable
- extends SnmpTable<IntelVlanTableEntry>
IntelVlanTable uses a SnmpSession to collect specific Intel Vendor vtp Vlan 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.
- Author:
- Antonio Russo , OpenNMS
- See Also:
- RFC1213
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntelVlanTable
public IntelVlanTable(InetAddress address)
createTableEntry
protected IntelVlanTableEntry createTableEntry(SnmpObjId base,
SnmpInstId inst,
Object val)
- Specified by:
createTableEntry in class SnmpTable<IntelVlanTableEntry>
log
protected final Category log()
Copyright © 2009. All Rights Reserved.