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) |
boolean |
isFinished() |
void |
setFailed(boolean failed) |
void |
setMaxRepetitions(int maxRepititions) |
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 boolean isFinished()
isFinished
in class CollectionTracker
public ResponseProcessor buildNextPdu(PduBuilder parentBuilder)
buildNextPdu
in class CollectionTracker
Copyright © 2017. All rights reserved.