Package org.apache.jmeter.protocol.java.sampler
-
Interface Summary Interface Description JavaSamplerClient This interface defines the interactions between the JavaSampler and external Java programs which can be executed by JMeter. -
Class Summary Class Description AbstractJavaSamplerClient An abstract implementation of the JavaSamplerClient interface.BeanShellSampler A sampler which understands BeanShellBSFSampler A sampler which understands BSFBSFSamplerBeanInfo BSF Sampler Bean InfoJavaSampler A sampler for executing custom Java code in each sample.JavaSamplerContext JavaSamplerContext is used to provide context information to a JavaSamplerClient implementation.JSR223Sampler JSR223SamplerBeanInfo JUnitSampler This is a basic implementation that runs a single test method of a JUnit test case.