All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.jmeter.threads.JMeterContextServiceAccessorParallel Maven / Gradle / Ivy

There is a newer version: 0.12
Show newest version
package org.apache.jmeter.threads;

// you did not see this, ok?
public class JMeterContextServiceAccessorParallel { // "Parallel" is to not clash with Debugger's class
    public static void decrNumberOfThreads() {
        JMeterContextService.decrNumberOfThreads();
    }

    public static void incrNumberOfThreads() {
        JMeterContextService.incrNumberOfThreads();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy