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 se...@apache.org on 2004/01/19 01:27:46 UTC

cvs commit: jakarta-jmeter/src/functions/org/apache/jmeter/functions Package.html

sebb        2004/01/18 16:27:46

  Added:       src/functions/org/apache/jmeter/functions Package.html
  Log:
  Initial stab at documenting functions
  
  Revision  Changes    Path
  1.1                  jakarta-jmeter/src/functions/org/apache/jmeter/functions/Package.html
  
  Index: Package.html
  ===================================================================
  <html>
  <body>
  	<h1>Functions</h1>
  	<h2>Methods to be implemented</h2>
  	setParameters(Collection)
  	
  		<br></br>
  	execute(prevResult,currentSampler)
  	Note that either or both of the parameters may be null.
  	
  	<h2>Calling sequence</h2>
  	When the test plan is prepared for running, one instance of the class is created for each occurrence
  	of a function call.	The setParameters() method is then called on each instance.
  	Once the test is running, the execute method can be called by any thread, and is
  	therefore synchronized.
  	
  	This is unlike most of (all?) the JMeter test elements, which are created for each thread.
  	
  	Any context that needs to be maintained for a thread must be done using ThreadLocal or similar.
  	
  </body>
  </html>
  
  

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