|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITestCompletionListener
This interface defines the basic behavior of those classes meant for receiving notification upon both local and remote tests completions.
Method Summary | |
---|---|
void |
addNode(NodeInfo nodeInfo)
Adds a JTR-node to the set of nodes from which results are expected. |
void |
notifyTestCompletion(NodeInfo node,
TestOutcomeTable outcome)
Notifies the completion of a JTR-test session coming form the given JTR-node. |
void |
provideFeedback(int epochs,
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 startedLocalEpochs)
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. |
Method Detail |
---|
void notifyTestCompletion(NodeInfo node, TestOutcomeTable outcome)
node
- The JTR-node that produced the outcomesoutcome
- The results produced by the JTR-nodevoid addNode(NodeInfo nodeInfo)
nodeInfo
- The that should produce resultsvoid provideFeedback(int epochs, int remoteNodesNumber, int totalRuns)
epochs
- 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 ofvoid updateLocalEpochs(int startedLocalEpochs)
startedLocalEpochs
- The number of started local epochsvoid updateLocalRuns()
|
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 |