You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by ja...@apache.org on 2005/03/08 19:34:13 UTC

[Apache JMeter Wiki] New: UserManual/Reference/JavaSampler

   Date: 2005-03-08T10:34:13
   Editor: MichaelStover
   Wiki: Apache JMeter Wiki
   Page: UserManual/Reference/JavaSampler
   URL: http://wiki.apache.org/jakarta-jmeter/UserManual/Reference/JavaSampler

   no comment

New Page:

= Java Request =

This sampler lets you control a java class that implements the JavaSamplerClient interface. By writing your own implementation of this interface, you can use JMeter to harness multiple threads, input parameter control, and data collection.

The pull-down menu provides the list of all such implementations found by JMeter in its classpath. The parameters can then be specified in the table below - as defined by your implementation. A simple example (SleepTest) is provided.

'''Control Panel'''
 http://jakarta.apache.org/jmeter/images/screenshots/java_request.gif

'''Parameters'''
|| '''Attribute''' || '''Description''' || '''Required''' ||
|| '''Name''' || Descriptive name for this sampler that is shown in the tree. || No ||
|| '''Classname''' || The specific implementation of the JavaSamplerClient interface to be sampled. || Yes ||
|| '''Send Parameters with Request''' || A list of arguments that will be passed to the sampled class. All arguments are sent as Strings. || No ||

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org