Package com.arjuna.ats.tools.perftest

Examples of com.arjuna.ats.tools.perftest.PerfTest


        return tr;
    }

    private PerfTest getTest(final String name, final int txCount)
    {
        return new PerfTest() {
            private long rt = -1;
            private Exception exception;
            private String n = name;
            private int count = txCount;
View Full Code Here

TOP

Related Classes of com.arjuna.ats.tools.perftest.PerfTest

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.