org.opennms.netmgt.linkd.snmp
Class RapidCityVlanTable
java.lang.Object
org.opennms.netmgt.snmp.CollectionTracker
org.opennms.netmgt.snmp.AggregateTracker
org.opennms.netmgt.capsd.snmp.SnmpTable<RapidCityVlanTableEntry>
org.opennms.netmgt.linkd.snmp.RapidCityVlanTable
- All Implemented Interfaces:
- Collectable
public class RapidCityVlanTable
- extends SnmpTable<RapidCityVlanTableEntry>
RapidCityVlanPortTable uses a SnmpSession to collect the 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.
- 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 |
RapidCityVlanTable
public RapidCityVlanTable(InetAddress address)
Constructor for RapidCityVlanTable.
- Parameters:
address - a InetAddress object.
createTableEntry
protected RapidCityVlanTableEntry createTableEntry(SnmpObjId base,
SnmpInstId inst,
Object val)
createTableEntry
- Specified by:
createTableEntry in class SnmpTable<RapidCityVlanTableEntry>
- Parameters:
base - a SnmpObjId object.inst - a SnmpInstId object.val - a Object object.
- Returns:
- a T object.
Copyright © 2011. All Rights Reserved.