|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.rational.test.lt.execution.results.data.aggregation.AggregationJob
public abstract class AggregationJob
Submitted by Aggregators for data processing during each sample interval
| Field Summary | |
|---|---|
protected Aggregator |
aggregator
|
| Constructor Summary | |
|---|---|
AggregationJob(Aggregator aggregator)
constructor |
|
| Method Summary | |
|---|---|
Aggregator |
getAggregator()
|
boolean |
isPreviouslyAttempted()
returns a boolean indicating whether or not this job has been attempted previously. |
protected abstract void |
processAddedDataForSampleInterval(AggregationTimeBand timeBand)
called by the Aggregation infrastructure for a job to process the data held by its parent Aggregator |
void |
run()
called by infrastructure for a job to process the data held by its parent Aggregator. |
void |
setPreviouslyAttempted(boolean previouslyAttempted)
sets the flag on this AggregationJob to indicate that it has been previously attempted. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Aggregator aggregator
| Constructor Detail |
|---|
public AggregationJob(Aggregator aggregator)
| Method Detail |
|---|
protected abstract void processAddedDataForSampleInterval(AggregationTimeBand timeBand)
throws AggregationException
timeBand -
AggregationException
public void run()
throws AggregationException
AggregationExceptionpublic Aggregator getAggregator()
public boolean isPreviouslyAttempted()
public final void setPreviouslyAttempted(boolean previouslyAttempted)
|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||