org.opennms.netmgt.linkd.snmp
Class ThreeComVlanTable
java.lang.Object
org.opennms.netmgt.snmp.CollectionTracker
org.opennms.netmgt.snmp.AggregateTracker
org.opennms.netmgt.capsd.snmp.SnmpTable<ThreeComVlanTableEntry>
org.opennms.netmgt.linkd.snmp.ThreeComVlanTable
- All Implemented Interfaces:
- Collectable
public class ThreeComVlanTable
- extends SnmpTable<ThreeComVlanTableEntry>
ThreeComVlanTable uses a SnmpSession to collect 3Com specific 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 |
ThreeComVlanTable
public ThreeComVlanTable(InetAddress address)
createTableEntry
protected ThreeComVlanTableEntry createTableEntry(SnmpObjId base,
SnmpInstId inst,
Object val)
- Specified by:
createTableEntry in class SnmpTable<ThreeComVlanTableEntry>
log
protected final Category log()
Copyright © 2009. All Rights Reserved.