JTR 5.0 API Documentation

jtr.remote.test
Interface TestOutcomeCollector

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
TestOutcomeCollectorImpl

public interface TestOutcomeCollector
extends java.rmi.Remote

This interface defines the contract exposed by a JTR-service in charge of collecting test-outcomes originated at remote JTR-nodes.

Since:
4.0
Version:
5.0
Author:
frusso

Method Summary
 void provideTestOutcome(NodeInfo srcJtrNode, TestOutcomeTable outcome)
          Provide the collector with a new JTR-test outcome, along with the description of the originating node.
 

Method Detail

provideTestOutcome

void provideTestOutcome(NodeInfo srcJtrNode,
                        TestOutcomeTable outcome)
                        throws java.rmi.RemoteException
Provide the collector with a new JTR-test outcome, along with the description of the originating node.

Parameters:
srcJtrNode - The originating JTR-node
outcome - The test outcome
Throws:
java.rmi.RemoteException

The JTR Project is licensed under GPL version 2