* Creates and subscribes to initialization finish event.
*/
public StressMaker() throws Exception
{
maxRuns = getMaxRuns();
IStressScript script = getStressScript();
runner = new StressRunner(maxRuns, script);
handler = new ThreadTerminatingHandler(runner, Level.SEVERE);
GlobalController controller = GlobalController.SINGLETON;
controller.addControllerListener(this);