public class AggregateTracker extends CollectionTracker
Constructor and Description |
---|
AggregateTracker(Collectable[] children) |
AggregateTracker(Collectable[] children,
CollectionTracker parent) |
AggregateTracker(Collection<Collectable> children) |
AggregateTracker(Collection<Collectable> children,
CollectionTracker parent) |
Modifier and Type | Method and Description |
---|---|
ResponseProcessor |
buildNextPdu(PduBuilder parentBuilder) |
List<WalkRequest> |
getWalkRequests() |
void |
handleWalkResponses(List<WalkResponse> responses) |
boolean |
isFinished() |
void |
setFailed(boolean failed) |
void |
setMaxRepetitions(int maxRepititions) |
void |
setMaxRetries(int maxRetries) |
void |
setTimedOut(boolean timedOut) |
failed, getCollectionTracker, getParent, reportFatalErr, reportGenErr, reportNonFatalErr, reportNoSuchNameErr, reportTooBigErr, setFinished, setParent, storeResult, timedOut
public AggregateTracker(Collection<Collectable> children)
public AggregateTracker(Collection<Collectable> children, CollectionTracker parent)
public AggregateTracker(Collectable[] children)
public AggregateTracker(Collectable[] children, CollectionTracker parent)
public void setFailed(boolean failed)
setFailed
in class CollectionTracker
public void setTimedOut(boolean timedOut)
setTimedOut
in class CollectionTracker
public void setMaxRepetitions(int maxRepititions)
setMaxRepetitions
in class CollectionTracker
public void setMaxRetries(int maxRetries)
setMaxRetries
in class CollectionTracker
public boolean isFinished()
isFinished
in class CollectionTracker
public ResponseProcessor buildNextPdu(PduBuilder parentBuilder) throws SnmpException
buildNextPdu
in class CollectionTracker
SnmpException
public List<WalkRequest> getWalkRequests()
public void handleWalkResponses(List<WalkResponse> responses)
Copyright © 2021. All rights reserved.