public class Dot1dStpPortTable extends SnmpTable<Dot1dStpPortTableEntry>
Dot1dStpPortTable uses a SnmpSession to collect the dot1dBridge.dot1dStp 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.
GEN_ERR, NO_ERR, NO_SUCH_NAME_ERR, TOO_BIG_ERR
Constructor and Description |
---|
Dot1dStpPortTable(InetAddress address)
Constructor for Dot1dStpPortTable.
|
Modifier and Type | Method and Description |
---|---|
protected Dot1dStpPortTableEntry |
createTableEntry(SnmpObjId base,
SnmpInstId inst,
Object val)
createTableEntry
|
add, addAll, clear, contains, containsAll, getEntries, isEmpty, iterator, remove, removeAll, reportGenErr, reportNoSuchNameErr, retainAll, size, storeResult, toArray, toArray
buildNextPdu, isFinished, setFailed, setMaxRepetitions, setTimedOut
failed, getCollectionTracker, getParent, reportTooBigErr, setFinished, setParent, timedOut
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
public Dot1dStpPortTable(InetAddress address)
Constructor for Dot1dStpPortTable.
address
- a InetAddress
object.protected Dot1dStpPortTableEntry createTableEntry(SnmpObjId base, SnmpInstId inst, Object val)
createTableEntry
createTableEntry
in class SnmpTable<Dot1dStpPortTableEntry>
base
- a SnmpObjId
object.inst
- a SnmpInstId
object.val
- a Object
object.Copyright © 2015. All rights reserved.