Package org.apache.jmeter.protocol.java.sampler
package org.apache.jmeter.protocol.java.sampler
-
ClassDescriptionAn abstract implementation of the JavaSamplerClient interface.A sampler which understands BeanShellA sampler which understands BSFBSF Sampler Bean InfoA sampler for executing custom Java code in each sample.This interface defines the interactions between the JavaSampler and external Java programs which can be executed by JMeter.JavaSamplerContext is used to provide context information to a JavaSamplerClient implementation.This is a basic implementation that runs a single test method of a JUnit test case.