|
JTR 5.0 API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjtr.test.impl.HeadlessTestCompletionListener
jtr.test.impl.DefaultTestCompletionListener
public class DefaultTestCompletionListener
Default implementation of the ITestCompletionListener contract.
| Constructor Summary | |
|---|---|
DefaultTestCompletionListener()
Creates a new instance of DefaultTestCompletionListener |
|
| Method Summary | |
|---|---|
void |
notifyTestCompletion(NodeInfo node,
TestOutcomeTable outcome)
Notifies the completion of a JTR-test session coming form the given JTR-node. |
void |
provideFeedback(int testRuns,
int remoteNodesNumber,
int totalRuns)
This method causes this interface implementation to show a feedback to the user, concerning the execution of the test. |
void |
updateLocalEpochs(int progress)
This method updates the feedback provided to the user as far as local epochs completion is concerned. |
void |
updateLocalRuns()
This method updates the feedback provided to the user as far as local runs completion is concerned. |
| Methods inherited from class jtr.test.impl.HeadlessTestCompletionListener |
|---|
addNode, purgeOutcomes, showResults |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultTestCompletionListener()
| Method Detail |
|---|
public void notifyTestCompletion(NodeInfo node,
TestOutcomeTable outcome)
notifyTestCompletion in interface ITestCompletionListenernotifyTestCompletion in class HeadlessTestCompletionListenernode - The JTR-node that produced the outcomesoutcome - The results produced by the JTR-node
public void provideFeedback(int testRuns,
int remoteNodesNumber,
int totalRuns)
provideFeedback in interface ITestCompletionListenerprovideFeedback in class HeadlessTestCompletionListenertestRuns - The number of epochs required by the test-suiteremoteNodesNumber - The number of nodes involved in the JTR test-sessiontotalRuns - The overall number of runs each epoch will consist ofpublic void updateLocalEpochs(int progress)
updateLocalEpochs in interface ITestCompletionListenerupdateLocalEpochs in class HeadlessTestCompletionListenerprogress - The number of started local epochspublic void updateLocalRuns()
updateLocalRuns in interface ITestCompletionListenerupdateLocalRuns in class HeadlessTestCompletionListener
|
The JTR Project is licensed under GPL version 2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||