JTR 5.0 API Documentation

jtr.remote.test.impl
Class TestOutcomeCollectorImpl

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by jtr.remote.test.impl.TestOutcomeCollectorImpl
All Implemented Interfaces:
java.io.Serializable, java.rmi.Remote, TestOutcomeCollector

public class TestOutcomeCollectorImpl
extends java.rmi.server.UnicastRemoteObject
implements TestOutcomeCollector

Default implementation of the TestOutcomeCollector JTR-service.

Since:
4.0
Version:
5.0
Author:
frusso
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
TestOutcomeCollectorImpl()
          Creates a new instance of TestOutcomeCollectorImpl
 
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.
 void setRemoteTestCompletionListener(ITestCompletionListener lsnr)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestOutcomeCollectorImpl

public TestOutcomeCollectorImpl()
                         throws java.rmi.RemoteException
Creates a new instance of TestOutcomeCollectorImpl

Throws:
java.rmi.RemoteException
Method Detail

provideTestOutcome

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

Specified by:
provideTestOutcome in interface TestOutcomeCollector
Parameters:
srcJtrNode - The originating JTR-node
outcome - The test outcome
Throws:
java.rmi.RemoteException

setRemoteTestCompletionListener

public void setRemoteTestCompletionListener(ITestCompletionListener lsnr)

The JTR Project is licensed under GPL version 2