public class SingleInstanceTracker extends CollectionTracker
Constructor and Description |
---|
SingleInstanceTracker(SnmpObjId base,
SnmpInstId inst) |
SingleInstanceTracker(SnmpObjId base,
SnmpInstId inst,
CollectionTracker parent) |
SingleInstanceTracker(String baseOid,
String instId) |
Modifier and Type | Method and Description |
---|---|
ResponseProcessor |
buildNextPdu(PduBuilder pduBuilder) |
protected void |
errorOccurred() |
int |
getMaxRetries() |
List<WalkRequest> |
getWalkRequests() |
void |
handleWalkResponses(List<WalkResponse> responses) |
protected void |
receivedEndOfMib() |
void |
setMaxRepetitions(int maxRepititions) |
void |
setMaxRetries(int maxRetries) |
failed, getCollectionTracker, getParent, isFinished, reportFatalErr, reportGenErr, reportNonFatalErr, reportNoSuchNameErr, reportTooBigErr, setFailed, setFinished, setParent, setTimedOut, storeResult, timedOut
public SingleInstanceTracker(SnmpObjId base, SnmpInstId inst)
public SingleInstanceTracker(SnmpObjId base, SnmpInstId inst, CollectionTracker parent)
public void setMaxRepetitions(int maxRepititions)
setMaxRepetitions
in class CollectionTracker
public int getMaxRetries()
public void setMaxRetries(int maxRetries)
setMaxRetries
in class CollectionTracker
public ResponseProcessor buildNextPdu(PduBuilder pduBuilder) throws SnmpException
buildNextPdu
in class CollectionTracker
SnmpException
protected void errorOccurred()
protected void receivedEndOfMib()
public List<WalkRequest> getWalkRequests()
public void handleWalkResponses(List<WalkResponse> responses)
Copyright © 2021. All rights reserved.