jtr.pool
Interface IPoolManager
- All Known Implementing Classes:
- RemoteTestRunManager, TestRunManager
public interface IPoolManager
This interface defines the contract standing between the IRunners
and the pool management provided by the JTR framework. By means of this
interface a runner can be repooled on demand.
Note: application developed runners should not used this method! This
is used by the AbstractRunner wrapper class.
- Since:
- 1.0
- Version:
- 5.0
- Author:
- Francesco Russo (frusso@dev.java.net)
backIntoPool
void backIntoPool(IRunnerParameterized pRunner)
- Puts the provided
IRunnerParameterized back into the pool.
- Parameters:
pRunner - IRunnerParameterized