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