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