Package org.apache.jmeter.engine.util
Interface NoThreadClone
- All Known Implementing Classes:
 BackendListener,CounterConfig,MailerResultCollector,RandomVariableConfig,RemoteListenerWrapper,RemoteSampleListenerWrapper,RemoteTestListenerWrapper,RemoteThreadsListenerWrapper,ResultCollector,ResultSaver,Summariser
public interface NoThreadClone
Implement this method-less interface to indicate your test element should not
 be cloned for each thread in a test run. Otherwise, the default behavior is
 to clone every test element for each thread.