public class QBridgeDot1dTpFdbTable extends SnmpTable<QBridgeDot1dTpFdbTableEntry>
Dot1DBaseTable uses a SnmpSession to collect the QBridge.forwarding table entries It implements the SnmpHandler to receive notifications when a reply is received/error occurs in the SnmpSession used to send requests/receive replies.
| Constructor and Description |
|---|
QBridgeDot1dTpFdbTable(InetAddress address)
Constructor for QBridgeDot1dTpFdbTable.
|
| Modifier and Type | Method and Description |
|---|---|
protected QBridgeDot1dTpFdbTableEntry |
createTableEntry(SnmpObjId base,
SnmpInstId inst,
Object val)
createTableEntry
|
add, addAll, clear, contains, containsAll, getEntries, isEmpty, iterator, remove, removeAll, reportGenErr, reportNoSuchNameErr, retainAll, size, storeResult, toArray, toArraybuildNextPdu, isFinished, setFailed, setMaxRepetitions, setMaxRetries, setTimedOutfailed, getCollectionTracker, getParent, reportFatalErr, reportNonFatalErr, reportTooBigErr, setFinished, setParent, timedOutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCodepublic QBridgeDot1dTpFdbTable(InetAddress address)
Constructor for QBridgeDot1dTpFdbTable.
address - a InetAddress object.protected QBridgeDot1dTpFdbTableEntry createTableEntry(SnmpObjId base, SnmpInstId inst, Object val)
createTableEntry
createTableEntry in class SnmpTable<QBridgeDot1dTpFdbTableEntry>base - a SnmpObjId object.inst - a SnmpInstId object.val - a Object object.Copyright © 2017. All rights reserved.