public abstract class CollectionTracker extends Object implements Collectable
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) |
void |
setParent(CollectionTracker parent) |
void |
setTimedOut(boolean timedOut) |
protected void |
storeResult(SnmpResult res) |
boolean |
timedOut() |
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 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)
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 © 2017. All rights reserved.