org.apache.jmeter.engine.util
Interface NoThreadClone
- CounterConfig, MailerResultCollector, RandomVariableConfig, RemoteListenerWrapper, RemoteSampleListenerWrapper, RemoteTestListenerWrapper, ResultCollector, 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.
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.