Package org.apache.jmeter.examples.sampler

Class Summary

ExampleSampler Example Sampler (non-Bean version) JMeter creates an instance of a sampler class for every occurrence of the element in every thread. [some additional copies may be created before the test run starts] Thus each sampler is guaranteed to be called by a single thread - there is no need to synchronize access to instance variables.

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.