public abstract class CollectionTracker extends Object implements Collectable, ProxiableTracker
Constructor and Description |
---|
CollectionTracker() |
CollectionTracker(CollectionTracker parent) |
Modifier and Type | Method and Description |
---|---|
abstract ResponseProcessor |
buildNextPdu(PduBuilder pduBuilder) |
boolean |
failed() |
CollectionTracker |
getCollectionTracker() |
CollectionTracker |
getParent() |
boolean |
isFinished() |
protected void |
reportFatalErr(ErrorStatusException ex) |
protected void |
reportGenErr(String msg) |
protected void |
reportNonFatalErr(ErrorStatus status) |
protected void |
reportNoSuchNameErr(String msg) |
protected void |
reportTooBigErr(String msg) |
void |
setFailed(boolean failed) |
void |
setFinished(boolean finished) |
abstract void |
setMaxRepetitions(int maxRepetitions) |
abstract void |
setMaxRetries(int maxRetries) |
void |
setParent(CollectionTracker parent) |
void |
setTimedOut(boolean timedOut) |
protected void |
storeResult(SnmpResult res) |
boolean |
timedOut() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWalkRequests, handleWalkResponses
public CollectionTracker()
public CollectionTracker(CollectionTracker parent)
public void setParent(CollectionTracker parent)
public CollectionTracker getParent()
public boolean failed()
public boolean timedOut()
public abstract void setMaxRepetitions(int maxRepetitions)
public abstract void setMaxRetries(int maxRetries)
public void setFailed(boolean failed)
public void setTimedOut(boolean timedOut)
protected void storeResult(SnmpResult res)
public boolean isFinished()
public final void setFinished(boolean finished)
public abstract ResponseProcessor buildNextPdu(PduBuilder pduBuilder) throws SnmpException
SnmpException
protected void reportTooBigErr(String msg)
protected void reportGenErr(String msg)
protected void reportNoSuchNameErr(String msg)
protected void reportFatalErr(ErrorStatusException ex)
protected void reportNonFatalErr(ErrorStatus status)
public CollectionTracker getCollectionTracker()
getCollectionTracker
in interface Collectable
Copyright © 2021. All rights reserved.