Package com.salas.bb.stresstest.scripts

Examples of com.salas.bb.stresstest.scripts.IStressScript


     * 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);
View Full Code Here

TOP

Related Classes of com.salas.bb.stresstest.scripts.IStressScript

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.