jtr.remote.test
Interface TestGatewayService
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- TestGateway
public interface TestGatewayService
- extends java.rmi.Remote
This interface defines the behavior that a component meant for launching
remotely defined test-suites must implement.
- Since:
- 4.0
- Version:
- 5.0
- Author:
- frusso
Method Summary |
void |
launchTest(TestConfig tc,
NodeInfo serverCL,
NodeInfo testOutcomeCollector)
This method accepts a new test-suite configuration followed by the information
required for connecting to a remote server class-loader. |
launchTest
void launchTest(TestConfig tc,
NodeInfo serverCL,
NodeInfo testOutcomeCollector)
throws java.rmi.RemoteException
- This method accepts a new test-suite configuration followed by the information
required for connecting to a remote server class-loader.
- Parameters:
tc
- The test configurationserverCL
- The JTR-node acting as server classloadertestOutcomeCollector
- The JTR-node acting as collector of test results
- Throws:
java.rmi.RemoteException