JTR 5.0 API Documentation

Uses of Interface
jtr.pool.IPoolManager

Packages that use IPoolManager
jtr.pool This packages contains internal classes required by the JTR runtime. 
jtr.remote.test This package contains specializations to classes/contracts defined in jtr.test, required to enable JTR Distributed Testing sessions. 
jtr.test This package contains all those classes and interfaces in charge of managing the execution of JTR Test Sessions.
Beside this, this package brings a set of interfaces that model the way an outcome is defined in the JTR Project, and other contracts that must be implemented by those components in charge of showing the test results to the end user upon completion. 
 

Uses of IPoolManager in jtr.pool
 

Methods in jtr.pool that return IPoolManager
 IPoolManager RunnerPool.getPoolManager()
          Gets the IPoolManager in charge of managing this pool.
 

Methods in jtr.pool with parameters of type IPoolManager
 void RunnerPool.setPoolManager(IPoolManager poolManager)
          Sets the IPoolManager in charge of managing this pool.
 

Constructors in jtr.pool with parameters of type IPoolManager
RunnerPool(IPoolManager poolManager)
          Costructor.
 

Uses of IPoolManager in jtr.remote.test
 

Classes in jtr.remote.test that implement IPoolManager
 class RemoteTestRunManager
          This specialization of the TestRunManager class is able to locally launch test-configurations received by remote JTR-nodes.
 

Uses of IPoolManager in jtr.test
 

Classes in jtr.test that implement IPoolManager
 class TestRunManager
          This class is the manager of a JTR test.
 


The JTR Project is licensed under GPL version 2