JTR 5.0 API Documentation

jtr.remote.pool
Class RemoteRunnerPoolFiller

java.lang.Object
  extended by jtr.pool.RunnerPoolFiller
      extended by jtr.remote.pool.RemoteRunnerPoolFiller

public class RemoteRunnerPoolFiller
extends RunnerPoolFiller

This class is in charge of instantiating new runners according to the provided test-configuration and assiging them to the provided pool for later execution.

Since:
4.0
Version:
5.0
Author:
frusso

Constructor Summary
RemoteRunnerPoolFiller()
           
 
Method Summary
static void fillPool(TestConfig testConfig, RunnerPool pool, NodeInfo serverCL)
          Fills the RunnerPool instance provided with all the required runner instances, according to what stated in the testConfig instance.
 
Methods inherited from class jtr.pool.RunnerPoolFiller
fillPool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteRunnerPoolFiller

public RemoteRunnerPoolFiller()
Method Detail

fillPool

public static void fillPool(TestConfig testConfig,
                            RunnerPool pool,
                            NodeInfo serverCL)
                     throws IRunnerCreationException,
                            UnknownAssignmentPolicyException
Fills the RunnerPool instance provided with all the required runner instances, according to what stated in the testConfig instance.

Parameters:
testConfig -
pool -
serverCL -
Throws:
IRunnerCreationException
UnknownAssignmentPolicyException

The JTR Project is licensed under GPL version 2