org.opennms.netmgt.linkd.snmp
Class FdbTableGet

java.lang.Object
  extended by org.opennms.netmgt.linkd.snmp.FdbTableGet

public final class FdbTableGet
extends Object

This class is designed to collect the necessary SNMP information from the target address and store the collected information. When the class is initially constructed no information is collected. The SNMP Session creating and colletion occurs in the main run method of the instance. This allows the collection to occur in a thread if necessary.

Author:
Weave , OpenNMS

Constructor Summary
FdbTableGet(SnmpAgentConfig config, String mac)
           
 
Method Summary
 int getBridgePort()
           
 int getBridgePortStatus()
           
 int getQBridgePort()
           
 int getQBridgePortStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FdbTableGet

public FdbTableGet(SnmpAgentConfig config,
                   String mac)
Method Detail

getBridgePort

public int getBridgePort()

getQBridgePort

public int getQBridgePort()

getBridgePortStatus

public int getBridgePortStatus()

getQBridgePortStatus

public int getQBridgePortStatus()


Copyright © 2009. All Rights Reserved.