| org.apache.jmeter.samplers.gui |
| Clearable | Identifies an object which supports the clearing of run-time data using the clearData() method. | code | html |
| Interruptible | Samplers which are able to interrupt a potentially long-running operation should implement this interface. | code | html |
| RemoteSampleListener | Allows notification on events occuring during the sampling process. | code | html |
| Remoteable | Marker interface used by ConvertListeners to determine which test elements to wrap so that the results are processed by the client rather than the server | code | html |
| SampleListener | Allows notification on events occuring during the sampling process. | code | html |
| SampleSender | This interface is used to define the methods that need to be intercepted by the SampleSender wrapper classes processed by the RemoteListenerWrapper. | code | html |
| Sampler | Classes which are able to generate information about an entry should implement this interface. | code | html |
| AbstractSampler | code | html |
| BatchSampleSender | Implements batch reporting for remote testing. | code | html |
| Entry | code | html | |
| HoldSampleSender | Lars-Erik Helander provided the idea (and original implementation) for the caching functionality (sampleStore). | code | html |
| RemoteListenerWrapper | Lars-Erik Helander provided the idea (and original implementation) for the caching functionality (sampleStore). | code | html |
| RemoteSampleListenerImpl | Implementation of remote sampler listener, also supports TestListener | code | html |
| RemoteSampleListenerWrapper | code | html | |
| RemoteTestListenerWrapper | code | html | |
| SampleEvent | Packages information regarding the target of a sample event, such as the result from that event and the thread group it ran in. | code | html |
| SampleResult | This is a nice packaging for the various information returned from taking a sample of an entry. | code | html |
| SampleSaveConfiguration | Holds details of which sample attributes to save. | code | html |
| SampleSenderFactory | code | html | |
| StandardSampleSender | Default behaviour for remote testing. | code | html |
| StatisticalSampleResult | Aggregates sample results for use by the Statistical remote batch mode. | code | html |
| StatisticalSampleSender | Implements batch reporting for remote testing. | code | html |