public class AggregateTracker extends CollectionTracker
GEN_ERR, NO_ERR, NO_SUCH_NAME_ERR, TOO_BIG_ERR| 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, reportGenErr, reportNoSuchNameErr, reportTooBigErr, setFinished, setParent, storeResult, timedOutpublic 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 CollectionTrackerpublic void setTimedOut(boolean timedOut)
setTimedOut in class CollectionTrackerpublic void setMaxRepetitions(int maxRepititions)
setMaxRepetitions in class CollectionTrackerpublic boolean isFinished()
isFinished in class CollectionTrackerpublic ResponseProcessor buildNextPdu(PduBuilder parentBuilder)
buildNextPdu in class CollectionTrackerCopyright © 2015. All rights reserved.