|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.linkd.snmp.FdbTableGet
public final class FdbTableGet
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 |
|---|
public FdbTableGet(SnmpAgentConfig config,
String mac)
Constructor for FdbTableGet.
config - a SnmpAgentConfig object.mac - a String object.| Method Detail |
|---|
public int getBridgePort()
getBridgePort
public int getQBridgePort()
getQBridgePort
public int getBridgePortStatus()
getBridgePortStatus
public int getQBridgePortStatus()
getQBridgePortStatus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||