Package org.rhq.plugins.perftest.scenario

Examples of org.rhq.plugins.perftest.scenario.SimpleContentGenerator


     *
     * @return factory instance
     */
    private ContentFactory createContentFactory(ContentGenerator generator) {
        if (generator instanceof SimpleContentGenerator) {
            SimpleContentGenerator simpleGenerator = (SimpleContentGenerator) generator;
            return new SimpleContentFactory(simpleGenerator);
        }

        return null;
    }
View Full Code Here

TOP

Related Classes of org.rhq.plugins.perftest.scenario.SimpleContentGenerator

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.