Package org.rhq.metrics.simulator

Examples of org.rhq.metrics.simulator.Simulator.run()


    public void runSimulator() throws Throwable {
        File jsonFile = new File(getClass().getResource("test-simulator.json").toURI());
        SimulationPlanner planner = new SimulationPlanner();
        SimulationPlan plan = planner.create(jsonFile);
        Simulator simulator = new Simulator();
        simulator.run(plan);
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.