public final class CiscoVtpTracker extends AggregateTracker
Modifier and Type | Field and Description |
---|---|
static NamedSnmpVar[] |
ms_elemList |
static String |
VTP_VERSION
the bridge type
|
Constructor and Description |
---|
CiscoVtpTracker()
The class constructor is used to initialize the collector
and send out the initial SNMP packet requesting data.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getVtpVersion()
getBridgeAddress
|
protected void |
reportFatalErr(ErrorStatusException ex) |
protected void |
reportGenErr(String msg) |
protected void |
reportNoSuchNameErr(String msg) |
protected void |
storeResult(SnmpResult res) |
buildNextPdu, getWalkRequests, handleWalkResponses, isFinished, setFailed, setMaxRepetitions, setMaxRetries, setTimedOut
failed, getCollectionTracker, getParent, reportNonFatalErr, reportTooBigErr, setFinished, setParent, timedOut
public static final String VTP_VERSION
public static final NamedSnmpVar[] ms_elemList
public CiscoVtpTracker()
The class constructor is used to initialize the collector and send out the initial SNMP packet requesting data. The data is then received and store by the object. When all the data has been collected the passed signaler object is notified using the notifyAll() method.
address
- a InetAddress
object.protected void storeResult(SnmpResult res)
storeResult
in class CollectionTracker
protected void reportGenErr(String msg)
reportGenErr
in class CollectionTracker
protected void reportNoSuchNameErr(String msg)
reportNoSuchNameErr
in class CollectionTracker
protected void reportFatalErr(ErrorStatusException ex)
reportFatalErr
in class CollectionTracker
Copyright © 2021. All rights reserved.