Package org.rhq.plugins.perftest.trait

Examples of org.rhq.plugins.perftest.trait.SimpleTraitFactory


     * @param generator read from the scenario
     * @return TraitFactory instance
     */
    private TraitFactory createTraitFactory(TraitGenerator generator) {
        if (generator instanceof SimpleTraitMeasurementGenerator) {
            return new SimpleTraitFactory();
        }

        return null;
    }
View Full Code Here

TOP

Related Classes of org.rhq.plugins.perftest.trait.SimpleTraitFactory

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.