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.


Constructor Summary
FdbTableGet(SnmpAgentConfig config, String mac)
          Constructor for FdbTableGet.
 
Method Summary
 int getBridgePort()
          getBridgePort
 int getBridgePortStatus()
          getBridgePortStatus
 int getQBridgePort()
          getQBridgePort
 int getQBridgePortStatus()
          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)

Constructor for FdbTableGet.

Parameters:
config - a SnmpAgentConfig object.
mac - a String object.
Method Detail

getBridgePort

public int getBridgePort()

getBridgePort

Returns:
a int.

getQBridgePort

public int getQBridgePort()

getQBridgePort

Returns:
a int.

getBridgePortStatus

public int getBridgePortStatus()

getBridgePortStatus

Returns:
a int.

getQBridgePortStatus

public int getQBridgePortStatus()

getQBridgePortStatus

Returns:
a int.


Copyright © 2011. All Rights Reserved.