|
JTR 5.0 API Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjtr.pool.RunnerPoolFiller
jtr.remote.pool.RemoteRunnerPoolFiller
public class RemoteRunnerPoolFiller
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.
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 |
---|
public RemoteRunnerPoolFiller()
Method Detail |
---|
public static void fillPool(TestConfig testConfig, RunnerPool pool, NodeInfo serverCL) throws IRunnerCreationException, UnknownAssignmentPolicyException
RunnerPool
instance provided with all the required
runner instances, according to what stated in the testConfig
instance.
testConfig
- pool
- serverCL
-
IRunnerCreationException
UnknownAssignmentPolicyException
|
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 |