org.opennms.netmgt.linkd.snmp
Class RapidCityVlanTable

java.lang.Object
  extended by org.opennms.netmgt.snmp.CollectionTracker
      extended by org.opennms.netmgt.snmp.AggregateTracker
          extended by org.opennms.netmgt.capsd.snmp.SnmpTable<RapidCityVlanTableEntry>
              extended by 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.

Author:
Antonio Russo , OpenNMS
See Also:
RFC1213

Field Summary
 
Fields inherited from class org.opennms.netmgt.snmp.CollectionTracker
GEN_ERR, NO_ERR, NO_SUCH_NAME_ERR, TOO_BIG_ERR
 
Constructor Summary
RapidCityVlanTable(InetAddress address)
           
 
Method Summary
protected  RapidCityVlanTableEntry createTableEntry(SnmpObjId base, SnmpInstId inst, Object val)
           
protected  Category log()
           
 
Methods inherited from class org.opennms.netmgt.capsd.snmp.SnmpTable
getEntries, reportGenErr, reportNoSuchNameErr, storeResult
 
Methods inherited from class org.opennms.netmgt.snmp.AggregateTracker
buildNextPdu, isFinished, setFailed, setMaxRepititions, setTimedOut
 
Methods inherited from class org.opennms.netmgt.snmp.CollectionTracker
failed, getCollectionTracker, getParent, reportTooBigErr, setParent, timedOut
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidCityVlanTable

public RapidCityVlanTable(InetAddress address)
Method Detail

createTableEntry

protected RapidCityVlanTableEntry createTableEntry(SnmpObjId base,
                                                   SnmpInstId inst,
                                                   Object val)
Specified by:
createTableEntry in class SnmpTable<RapidCityVlanTableEntry>

log

protected final Category log()


Copyright © 2009. All Rights Reserved.