Author: sebb
Date: Sat Sep 22 18:20:00 2007
New Revision: 578534

URL: http://svn.apache.org/viewvc?rev=578534&view=rev
Log:
Synch Javadocs

Modified:
    jakarta/jmeter/branches/rel-2-2/docs/api/deprecated-list.html
    jakarta/jmeter/branches/rel-2-2/docs/api/index-all.html
    
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.html
    
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/SampleResult.html
    
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/SampleSaveConfiguration.html
    
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/StatisticalSampleResult.html
    
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/package-summary.html
    
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/save/OldSaveService.html
    
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/Calculator.html
    jakarta/jmeter/branches/rel-2-2/docs/api/serialized-form.html

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/deprecated-list.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/deprecated-list.html?rev=578534&r1=578533&r2=578534&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/deprecated-list.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/deprecated-list.html Sat Sep 22 
18:20:00 2007
@@ -212,6 +212,11 @@
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Only for use in 
unit testing</I>&nbsp;</TD>
 </TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html#StatisticalSampleResult(long,
 long)">org.apache.jmeter.samplers.StatisticalSampleResult(long, long)</A>
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Needs to be 
replaced when multiple sample results are sorted out</I>&nbsp;</TD>
+</TR>
 </TABLE>
 &nbsp;
 <P>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/index-all.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/index-all.html?rev=578534&r1=578533&r2=578534&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/index-all.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/index-all.html Sat Sep 22 18:20:00 
2007
@@ -6632,6 +6632,9 @@
 <DT><A 
HREF="org/apache/jmeter/monitor/model/RequestInfoImpl.html#getErrorCount()"><B>getErrorCount()</B></A>
 - 
 Method in class org.apache.jmeter.monitor.model.<A 
HREF="org/apache/jmeter/monitor/model/RequestInfoImpl.html" title="class in 
org.apache.jmeter.monitor.model">RequestInfoImpl</A>
 <DD>&nbsp;
+<DT><A 
HREF="org/apache/jmeter/samplers/SampleResult.html#getErrorCount()"><B>getErrorCount()</B></A>
 - 
+Method in class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/SampleResult.html" title="class in 
org.apache.jmeter.samplers">SampleResult</A>
+<DD>Returns the count of errors.
 <DT><A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html#getErrorCount()"><B>getErrorCount()</B></A>
 - 
 Method in class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html" title="class in 
org.apache.jmeter.samplers">StatisticalSampleResult</A>
 <DD>&nbsp;
@@ -7230,7 +7233,10 @@
 <DD>&nbsp;
 <DT><A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html#getKey(org.apache.jmeter.samplers.SampleEvent)"><B>getKey(SampleEvent)</B></A>
 - 
 Static method in class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html" title="class in 
org.apache.jmeter.samplers">StatisticalSampleResult</A>
-<DD>&nbsp;
+<DD>Generates the key to be used for aggregating samples as follows:<br/>
+ <code>sampleLabel</code> "-" <code>threadGroup</code>
+ 
+ N.B. the key should agree with the fixed items that are saved in the sample.
 <DT><A 
HREF="org/apache/jmeter/util/SSLManager.html#getKeyStore()"><B>getKeyStore()</B></A>
 - 
 Method in class org.apache.jmeter.util.<A 
HREF="org/apache/jmeter/util/SSLManager.html" title="class in 
org.apache.jmeter.util">SSLManager</A>
 <DD>Opens and initializes the KeyStore. 
@@ -15521,9 +15527,13 @@
 <DT><A HREF="org/apache/jmeter/visualizers/StatVisualizer.html" title="class 
in org.apache.jmeter.visualizers"><B>StatVisualizer</B></A> - class 
org.apache.jmeter.visualizers.<A 
HREF="org/apache/jmeter/visualizers/StatVisualizer.html" title="class in 
org.apache.jmeter.visualizers">StatVisualizer</A>.<DD>Aggregrate Table-Based 
Reporting Visualizer for JMeter. <DT><A 
HREF="org/apache/jmeter/visualizers/StatVisualizer.html#StatVisualizer()"><B>StatVisualizer()</B></A>
 - 
 Constructor for class org.apache.jmeter.visualizers.<A 
HREF="org/apache/jmeter/visualizers/StatVisualizer.html" title="class in 
org.apache.jmeter.visualizers">StatVisualizer</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html" 
title="class in org.apache.jmeter.samplers"><B>StatisticalSampleResult</B></A> 
- class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html" title="class in 
org.apache.jmeter.samplers">StatisticalSampleResult</A>.<DD>&nbsp;<DT><A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html#StatisticalSampleResult()"><B>StatisticalSampleResult()</B></A>
 - 
+<DT><A HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html" 
title="class in org.apache.jmeter.samplers"><B>StatisticalSampleResult</B></A> 
- class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html" title="class in 
org.apache.jmeter.samplers">StatisticalSampleResult</A>.<DD>Aggregates sample 
results for use by the Statistical remote batch mode.
+ <DT><A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html#StatisticalSampleResult()"><B>StatisticalSampleResult()</B></A>
 - 
 Constructor for class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html" title="class in 
org.apache.jmeter.samplers">StatisticalSampleResult</A>
 <DD>&nbsp;
+<DT><A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html#StatisticalSampleResult(long,
 long)"><B>StatisticalSampleResult(long, long)</B></A> - 
+Constructor for class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html" title="class in 
org.apache.jmeter.samplers">StatisticalSampleResult</A>
+<DD><B>Deprecated.</B>&nbsp;<I>Needs to be replaced when multiple sample 
results are sorted out</I>
 <DT><A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html#StatisticalSampleResult(org.apache.jmeter.samplers.SampleResult)"><B>StatisticalSampleResult(SampleResult)</B></A>
 - 
 Constructor for class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html" title="class in 
org.apache.jmeter.samplers">StatisticalSampleResult</A>
 <DD>&nbsp;
@@ -15932,6 +15942,9 @@
 <DT><A 
HREF="org/apache/jmeter/save/converters/SampleResultConverter.html#saveResponseHeaders(com.thoughtworks.xstream.io.HierarchicalStreamWriter,
 com.thoughtworks.xstream.converters.MarshallingContext, 
org.apache.jmeter.samplers.SampleResult, 
org.apache.jmeter.samplers.SampleSaveConfiguration)"><B>saveResponseHeaders(HierarchicalStreamWriter,
 MarshallingContext, SampleResult, SampleSaveConfiguration)</B></A> - 
 Method in class org.apache.jmeter.save.converters.<A 
HREF="org/apache/jmeter/save/converters/SampleResultConverter.html" 
title="class in org.apache.jmeter.save.converters">SampleResultConverter</A>
 <DD>&nbsp;
+<DT><A 
HREF="org/apache/jmeter/samplers/SampleSaveConfiguration.html#saveSampleCount()"><B>saveSampleCount()</B></A>
 - 
+Method in class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/SampleSaveConfiguration.html" title="class in 
org.apache.jmeter.samplers">SampleSaveConfiguration</A>
+<DD>&nbsp;
 <DT><A 
HREF="org/apache/jmeter/save/SaveService.html#saveSampleResult(org.apache.jmeter.samplers.SampleResult,
 java.io.OutputStream)"><B>saveSampleResult(SampleResult, OutputStream)</B></A> 
- 
 Static method in class org.apache.jmeter.save.<A 
HREF="org/apache/jmeter/save/SaveService.html" title="class in 
org.apache.jmeter.save">SaveService</A>
 <DD>&nbsp;
@@ -16743,6 +16756,12 @@
 <DT><A 
HREF="org/apache/jmeter/monitor/model/RequestInfoImpl.html#setErrorCount(long)"><B>setErrorCount(long)</B></A>
 - 
 Method in class org.apache.jmeter.monitor.model.<A 
HREF="org/apache/jmeter/monitor/model/RequestInfoImpl.html" title="class in 
org.apache.jmeter.monitor.model">RequestInfoImpl</A>
 <DD>&nbsp;
+<DT><A 
HREF="org/apache/jmeter/samplers/SampleResult.html#setErrorCount(int)"><B>setErrorCount(int)</B></A>
 - 
+Method in class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/SampleResult.html" title="class in 
org.apache.jmeter.samplers">SampleResult</A>
+<DD>&nbsp;
+<DT><A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html#setErrorCount(int)"><B>setErrorCount(int)</B></A>
 - 
+Method in class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html" title="class in 
org.apache.jmeter.samplers">StatisticalSampleResult</A>
+<DD>&nbsp;
 <DT><A 
HREF="org/apache/jmeter/reporters/ResultCollector.html#setErrorLogging(boolean)"><B>setErrorLogging(boolean)</B></A>
 - 
 Method in class org.apache.jmeter.reporters.<A 
HREF="org/apache/jmeter/reporters/ResultCollector.html" title="class in 
org.apache.jmeter.reporters">ResultCollector</A>
 <DD>&nbsp;
@@ -18101,6 +18120,9 @@
 Method in class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/SampleResult.html" title="class in 
org.apache.jmeter.samplers">SampleResult</A>
 <DD>For the JMS sampler, it can perform multiple samples for greater degree
  of accuracy.
+<DT><A 
HREF="org/apache/jmeter/samplers/SampleSaveConfiguration.html#setSampleCount(boolean)"><B>setSampleCount(boolean)</B></A>
 - 
+Method in class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/SampleSaveConfiguration.html" title="class in 
org.apache.jmeter.samplers">SampleSaveConfiguration</A>
+<DD>&nbsp;
 <DT><A 
HREF="org/apache/jmeter/samplers/SampleResult.html#setSampleLabel(java.lang.String)"><B>setSampleLabel(String)</B></A>
 - 
 Method in class org.apache.jmeter.samplers.<A 
HREF="org/apache/jmeter/samplers/SampleResult.html" title="class in 
org.apache.jmeter.samplers">SampleResult</A>
 <DD>&nbsp;

Modified: 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.html?rev=578534&r1=578533&r2=578534&view=diff
==============================================================================
--- 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.html
 (original)
+++ 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.html
 Sat Sep 22 18:20:00 2007
@@ -254,7 +254,7 @@
 <TD><B>Methods inherited from class org.apache.jmeter.samplers.<A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html" 
title="class in org.apache.jmeter.samplers">SampleResult</A></B></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#addAssertionResult(org.apache.jmeter.assertions.AssertionResult)">addAssertionResult</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#addSubResult(org.apache.jmeter.samplers.SampleResult)">addSubResult</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#configure(org.apache.avalon.framework.configuration.Configuration)">configure</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#createTestSample(long)">createTestSample</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#createTestSample(long,
 long)">createTestSample</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getAssertionResults()">getAssertionResults</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getBytes()">getBytes</A>,
 <A HREF="../../../../../../org/apache/jmeter/samplers/Sam
 pleResult.html#getContentType()">getContentType</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getDataEncoding()">getDataEncoding</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getDataType()">getDataType</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getEndTime()">getEndTime</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getIdleTime()">getIdleTime</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getLatency()">getLatency</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getMediaType()">getMediaType</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getParent()">getParent</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getRequestHeaders()">getRequestHeaders</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResponseCode()"
 >getResponseCode</A>, <A 
 >HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResponseData()">getResponseData</A>,
 > <A 
 >HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResponseDataAsBA()">getResponseDataAsBA</A>,
 > <A 
 >HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResponseDataAsString()">getResponseDataAsString</A>,
 > <A 
 >HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResponseHeaders()">getResponseHeaders</A>,
 > <A 
 >HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResponseMessage()">getResponseMessage</A>,
 > <A 
 >HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResultFileName()">getResultFileName</A>,
 > <A 
 >HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getSampleCount()">getSampleCount</A>,
 > <A 
 >HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getSampleLabel()">getSampleLabel</A>,
 > <A HREF="../../../../../../org/apac
 he/jmeter/samplers/SampleResult.html#getSaveConfig()">getSaveConfig</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getStartTime()">getStartTime</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getSubResults()">getSubResults</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getThreadName()">getThreadName</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getTime()">getTime</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getTimeStamp()">getTimeStamp</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getURL()">getURL</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getUrlAsString()">getUrlAsString</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isMarked(java.lang.String)">isMarked</A>,
 <A HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#is
 Monitor()">isMonitor</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isResponseCodeOK()">isResponseCodeOK</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isStampedAtStart()">isStampedAtStart</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isStopTest()">isStopTest</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isStopThread()">isStopThread</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isSuccessful()">isSuccessful</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#latencyEnd()">latencyEnd</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#sampleEnd()">sampleEnd</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#samplePause()">samplePause</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#sampleResume()">sampleResume</A>,
 <A HREF="
 
../../../../../../org/apache/jmeter/samplers/SampleResult.html#sampleStart()">sampleStart</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setBytes(int)">setBytes</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setContentType(java.lang.String)">setContentType</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setDataEncoding(java.lang.String)">setDataEncoding</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setDataType(java.lang.String)">setDataType</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setEncodingAndType(java.lang.String)">setEncodingAndType</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setEndTime(long)">setEndTime</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setLatency(long)">setLatency</A>,
 <A HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#s
 etMarked(java.lang.String)">setMarked</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setMonitor(boolean)">setMonitor</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setParent(org.apache.jmeter.samplers.SampleResult)">setParent</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setRequestHeaders(java.lang.String)">setRequestHeaders</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseCode(java.lang.String)">setResponseCode</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseCodeOK()">setResponseCodeOK</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseData(byte[])">setResponseData</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseData(java.lang.String)">setResponseData</A>,
 <A HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setR
 esponseHeaders(java.lang.String)">setResponseHeaders</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseMessage(java.lang.String)">setResponseMessage</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseMessageOK()">setResponseMessageOK</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResultFileName(java.lang.String)">setResultFileName</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setSampleCount(int)">setSampleCount</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setSampleLabel(java.lang.String)">setSampleLabel</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setSamplerData(java.lang.String)">setSamplerData</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setSaveConfig(org.apache.jmeter.samplers.SampleSaveConfiguration)">setSaveConfig</A>,
 <A HREF="../../../..
 /../../org/apache/jmeter/samplers/SampleResult.html#setStampAndTime(long, 
long)">setStampAndTime</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setStartTime(long)">setStartTime</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setStopTest(boolean)">setStopTest</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setStopThread(boolean)">setStopThread</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setSuccessful(boolean)">setSuccessful</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setThreadName(java.lang.String)">setThreadName</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setTime(long)">setTime</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setTimeStamp(long)">setTimeStamp</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setURL(java.net.URL)">setURL</
 A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#storeSubResult(org.apache.jmeter.samplers.SampleResult)">storeSubResult</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#toString()">toString</A></CODE></TD>
+<TD><CODE><A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#addAssertionResult(org.apache.jmeter.assertions.AssertionResult)">addAssertionResult</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#addSubResult(org.apache.jmeter.samplers.SampleResult)">addSubResult</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#configure(org.apache.avalon.framework.configuration.Configuration)">configure</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#createTestSample(long)">createTestSample</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#createTestSample(long,
 long)">createTestSample</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getAssertionResults()">getAssertionResults</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getBytes()">getBytes</A>,
 <A HREF="../../../../../../org/apache/jmeter/samplers/Sam
 pleResult.html#getContentType()">getContentType</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getDataEncoding()">getDataEncoding</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getDataType()">getDataType</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getEndTime()">getEndTime</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getErrorCount()">getErrorCount</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getIdleTime()">getIdleTime</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getLatency()">getLatency</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getMediaType()">getMediaType</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getParent()">getParent</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getRequestHeaders()">getRe
 questHeaders</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResponseCode()">getResponseCode</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResponseData()">getResponseData</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResponseDataAsBA()">getResponseDataAsBA</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResponseDataAsString()">getResponseDataAsString</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResponseHeaders()">getResponseHeaders</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResponseMessage()">getResponseMessage</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getResultFileName()">getResultFileName</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getSampleCount()">getSampleCount</A>,
 <A HREF="../../../../../../org/apache
 /jmeter/samplers/SampleResult.html#getSampleLabel()">getSampleLabel</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getSaveConfig()">getSaveConfig</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getStartTime()">getStartTime</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getSubResults()">getSubResults</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getThreadName()">getThreadName</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getTime()">getTime</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getTimeStamp()">getTimeStamp</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getURL()">getURL</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#getUrlAsString()">getUrlAsString</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isMarked
 (java.lang.String)">isMarked</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isMonitor()">isMonitor</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isResponseCodeOK()">isResponseCodeOK</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isStampedAtStart()">isStampedAtStart</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isStopTest()">isStopTest</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isStopThread()">isStopThread</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#isSuccessful()">isSuccessful</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#latencyEnd()">latencyEnd</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#sampleEnd()">sampleEnd</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#samplePause()">samplePause</A>,
 <A HREF
 
="../../../../../../org/apache/jmeter/samplers/SampleResult.html#sampleResume()">sampleResume</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#sampleStart()">sampleStart</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setBytes(int)">setBytes</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setContentType(java.lang.String)">setContentType</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setDataEncoding(java.lang.String)">setDataEncoding</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setDataType(java.lang.String)">setDataType</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setEncodingAndType(java.lang.String)">setEncodingAndType</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setEndTime(long)">setEndTime</A>,
 <A HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html
 #setErrorCount(int)">setErrorCount</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setLatency(long)">setLatency</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setMarked(java.lang.String)">setMarked</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setMonitor(boolean)">setMonitor</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setParent(org.apache.jmeter.samplers.SampleResult)">setParent</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setRequestHeaders(java.lang.String)">setRequestHeaders</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseCode(java.lang.String)">setResponseCode</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseCodeOK()">setResponseCodeOK</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseData(byte[])">setRes
 ponseData</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseData(java.lang.String)">setResponseData</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseHeaders(java.lang.String)">setResponseHeaders</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseMessage(java.lang.String)">setResponseMessage</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResponseMessageOK()">setResponseMessageOK</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setResultFileName(java.lang.String)">setResultFileName</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setSampleCount(int)">setSampleCount</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setSampleLabel(java.lang.String)">setSampleLabel</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setSamplerDat
 a(java.lang.String)">setSamplerData</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setSaveConfig(org.apache.jmeter.samplers.SampleSaveConfiguration)">setSaveConfig</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setStampAndTime(long,
 long)">setStampAndTime</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setStartTime(long)">setStartTime</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setStopTest(boolean)">setStopTest</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setStopThread(boolean)">setStopThread</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setSuccessful(boolean)">setSuccessful</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setThreadName(java.lang.String)">setThreadName</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setTime(long)">setTim
 e</A>, <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setTimeStamp(long)">setTimeStamp</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#setURL(java.net.URL)">setURL</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#storeSubResult(org.apache.jmeter.samplers.SampleResult)">storeSubResult</A>,
 <A 
HREF="../../../../../../org/apache/jmeter/samplers/SampleResult.html#toString()">toString</A></CODE></TD>
 </TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>

Modified: 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/SampleResult.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/SampleResult.html?rev=578534&r1=578533&r2=578534&view=diff
==============================================================================
--- 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/SampleResult.html
 (original)
+++ 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/SampleResult.html
 Sat Sep 22 18:20:00 2007
@@ -292,6 +292,14 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;int</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/SampleResult.html#getErrorCount()">getErrorCount</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the count 
of errors.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;long</CODE></FONT></TD>
 <TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/SampleResult.html#getIdleTime()">getIdleTime</A></B>()</CODE>
 
@@ -622,6 +630,14 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/SampleResult.html#setErrorCount(int)">setErrorCount</A></B>(int&nbsp;i)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/SampleResult.html#setLatency(long)">setLatency</A></B>(long&nbsp;latency)</CODE>
 
 <BR>
@@ -2001,7 +2017,38 @@
 </DD>
 <DD><DL>
 
-<DT><B>Returns:</B><DD></DL>
+<DT><B>Returns:</B><DD>the count of samples</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getErrorCount()"><!-- --></A><H3>
+getErrorCount</H3>
+<PRE>
+public int <B>getErrorCount</B>()</PRE>
+<DL>
+<DD>Returns the count of errors.
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>0 - or 1 if the sample failed</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setErrorCount(int)"><!-- --></A><H3>
+setErrorCount</H3>
+<PRE>
+public void <B>setErrorCount</B>(int&nbsp;i)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
 </DD>
 </DL>
 <HR>
@@ -2036,7 +2083,7 @@
 </DD>
 <DD><DL>
 
-<DT><B>Returns:</B><DD></DL>
+<DT><B>Returns:</B><DD>number of bytes in response</DL>
 </DD>
 </DL>
 <HR>

Modified: 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/SampleSaveConfiguration.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/SampleSaveConfiguration.html?rev=578534&r1=578533&r2=578534&view=diff
==============================================================================
--- 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/SampleSaveConfiguration.html
 (original)
+++ 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/SampleSaveConfiguration.html
 Sat Sep 22 18:20:00 2007
@@ -375,6 +375,14 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/SampleSaveConfiguration.html#saveSampleCount()">saveSampleCount</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;boolean</CODE></FONT></TD>
 <TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/SampleSaveConfiguration.html#saveSamplerData()">saveSamplerData</A></B>()</CODE>
 
 <BR>
@@ -591,6 +599,14 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/SampleSaveConfiguration.html#setSampleCount(boolean)">setSampleCount</A></B>(boolean&nbsp;save)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
 <TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/SampleSaveConfiguration.html#setSamplerData(boolean)">setSamplerData</A></B>(boolean&nbsp;samplerData)</CODE>
 
 <BR>
@@ -1467,6 +1483,34 @@
 setThreadCounts</H3>
 <PRE>
 public void <B>setThreadCounts</B>(boolean&nbsp;save)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="saveSampleCount()"><!-- --></A><H3>
+saveSampleCount</H3>
+<PRE>
+public boolean <B>saveSampleCount</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setSampleCount(boolean)"><!-- --></A><H3>
+setSampleCount</H3>
+<PRE>
+public void <B>setSampleCount</B>(boolean&nbsp;save)</PRE>
 <DL>
 <DD><DL>
 </DL>

Modified: 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/StatisticalSampleResult.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/StatisticalSampleResult.html?rev=578534&r1=578533&r2=578534&view=diff
==============================================================================
--- 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/StatisticalSampleResult.html
 (original)
+++ 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/StatisticalSampleResult.html
 Sat Sep 22 18:20:00 2007
@@ -97,10 +97,13 @@
 <DT>public class <B>StatisticalSampleResult</B><DT>extends <A 
HREF="../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in 
org.apache.jmeter.samplers">SampleResult</A><DT>implements <A 
HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html"; 
title="class or interface in java.io">Serializable</A></DL>
 
 <P>
+Aggregates sample results for use by the Statistical remote batch mode.
+ Samples are aggregated by the key defined by getKey().
+ TODO: merge error count into parent class?
+<P>
+
+<P>
 <DL>
-<DT><B>Author:</B></DT>
-  <DD>Lars Krog-Jensen
-         Created: 2005-okt-04</DD>
 <DT><B>See Also:</B><DD><A 
HREF="../../../../serialized-form.html#org.apache.jmeter.samplers.StatisticalSampleResult">Serialized
 Form</A></DL>
 <HR>
 
@@ -142,6 +145,13 @@
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/StatisticalSampleResult.html#StatisticalSampleResult(long,
 long)">StatisticalSampleResult</A></B>(long&nbsp;stamp,
+                        long&nbsp;elapsed)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Needs
 to be replaced when multiple sample results are sorted out</I></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/StatisticalSampleResult.html#StatisticalSampleResult(org.apache.jmeter.samplers.SampleResult)">StatisticalSampleResult</A></B>(<A
 HREF="../../../../org/apache/jmeter/samplers/SampleResult.html" title="class 
in org.apache.jmeter.samplers">SampleResult</A>&nbsp;res)</CODE>
 
 <BR>
@@ -171,7 +181,7 @@
 <TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/StatisticalSampleResult.html#getErrorCount()">getErrorCount</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the count 
of errors.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -179,7 +189,10 @@
 <TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/StatisticalSampleResult.html#getKey(org.apache.jmeter.samplers.SampleEvent)">getKey</A></B>(<A
 HREF="../../../../org/apache/jmeter/samplers/SampleEvent.html" title="class in 
org.apache.jmeter.samplers">SampleEvent</A>&nbsp;event)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generates the key 
to be used for aggregating samples as follows:<br/>
+ <code>sampleLabel</code> "-" <code>threadGroup</code>
+ 
+ N.B. the key should agree with the fixed items that are saved in the 
sample.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -197,6 +210,14 @@
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the sample 
timestamp, which may be either the start time or the end time.</TD>
 </TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A 
HREF="../../../../org/apache/jmeter/samplers/StatisticalSampleResult.html#setErrorCount(int)">setErrorCount</A></B>(int&nbsp;e)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
+</TR>
 </TABLE>
 &nbsp;<A 
NAME="methods_inherited_from_class_org.apache.jmeter.samplers.SampleResult"><!--
 --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
@@ -240,6 +261,19 @@
 </DL>
 <HR>
 
+<A NAME="StatisticalSampleResult(long, long)"><!-- --></A><H3>
+StatisticalSampleResult</H3>
+<PRE>
+public <B>StatisticalSampleResult</B>(long&nbsp;stamp,
+                               long&nbsp;elapsed)</PRE>
+<DL>
+<DD><B>Deprecated.</B>&nbsp;<I>Needs to be replaced when multiple sample 
results are sorted out</I>
+<P>
+<DD>Allow OldSaveService to generate a suitable result when sample/error 
counts have been saved.
+<P>
+<DT><B>Parameters:</B><DD><CODE>stamp</CODE> - <DD><CODE>elapsed</CODE> - </DL>
+<HR>
+
 <A 
NAME="StatisticalSampleResult(org.apache.jmeter.samplers.SampleResult)"><!-- 
--></A><H3>
 StatisticalSampleResult</H3>
 <PRE>
@@ -313,8 +347,26 @@
 <PRE>
 public int <B>getErrorCount</B>()</PRE>
 <DL>
+<DD><B>Description copied from class: <CODE><A 
HREF="../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in 
org.apache.jmeter.samplers">SampleResult</A></CODE></B></DD>
+<DD>Returns the count of errors.
+<P>
+<DD><DL>
+<DT><B>Overrides:</B><DD><CODE><A 
HREF="../../../../org/apache/jmeter/samplers/SampleResult.html#getErrorCount()">getErrorCount</A></CODE>
 in class <CODE><A 
HREF="../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in 
org.apache.jmeter.samplers">SampleResult</A></CODE></DL>
+</DD>
 <DD><DL>
+
+<DT><B>Returns:</B><DD>0 - or 1 if the sample failed</DL>
+</DD>
 </DL>
+<HR>
+
+<A NAME="setErrorCount(int)"><!-- --></A><H3>
+setErrorCount</H3>
+<PRE>
+public void <B>setErrorCount</B>(int&nbsp;e)</PRE>
+<DL>
+<DD><DL>
+<DT><B>Overrides:</B><DD><CODE><A 
HREF="../../../../org/apache/jmeter/samplers/SampleResult.html#setErrorCount(int)">setErrorCount</A></CODE>
 in class <CODE><A 
HREF="../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in 
org.apache.jmeter.samplers">SampleResult</A></CODE></DL>
 </DD>
 <DD><DL>
 </DL>
@@ -327,11 +379,17 @@
 <PRE>
 public static <A 
HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html"; 
title="class or interface in java.lang">String</A> <B>getKey</B>(<A 
HREF="../../../../org/apache/jmeter/samplers/SampleEvent.html" title="class in 
org.apache.jmeter.samplers">SampleEvent</A>&nbsp;event)</PRE>
 <DL>
+<DD>Generates the key to be used for aggregating samples as follows:<br/>
+ <code>sampleLabel</code> "-" <code>threadGroup</code>
+ 
+ N.B. the key should agree with the fixed items that are saved in the sample.
+<P>
 <DD><DL>
 </DL>
 </DD>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>event</CODE> - sample event whose key is to be 
calculated
+<DT><B>Returns:</B><DD>the key to use for aggregating samples</DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/package-summary.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/package-summary.html?rev=578534&r1=578533&r2=578534&view=diff
==============================================================================
--- 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/package-summary.html
 (original)
+++ 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/samplers/package-summary.html
 Sat Sep 22 18:20:00 2007
@@ -180,7 +180,8 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A 
HREF="../../../../org/apache/jmeter/samplers/StatisticalSampleResult.html" 
title="class in org.apache.jmeter.samplers">StatisticalSampleResult</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Aggregates sample results for use by the Statistical remote batch mode.
+ </TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A 
HREF="../../../../org/apache/jmeter/samplers/StatisticalSampleSender.html" 
title="class in org.apache.jmeter.samplers">StatisticalSampleSender</A></B></TD>

Modified: 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/save/OldSaveService.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/save/OldSaveService.html?rev=578534&r1=578533&r2=578534&view=diff
==============================================================================
--- 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/save/OldSaveService.html
 (original)
+++ 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/save/OldSaveService.html
 Sat Sep 22 18:20:00 2007
@@ -101,7 +101,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 571988 $ $Date: 2007-09-02 15:19:10 +0100 (Sun, 02 Sep 2007) 
$</DD>
+  <DD>$Revision: 578467 $ $Date: 2007-09-22 19:14:53 +0100 (Sat, 22 Sep 2007) 
$</DD>
 </DL>
 <HR>
 

Modified: 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/Calculator.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/Calculator.html?rev=578534&r1=578533&r2=578534&view=diff
==============================================================================
--- 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/Calculator.html 
(original)
+++ 
jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/util/Calculator.html 
Sat Sep 22 18:20:00 2007
@@ -504,7 +504,7 @@
 <P>
 <DD><DL>
 
-<DT><B>Returns:</B><DD></DL>
+<DT><B>Returns:</B><DD>average page size</DL>
 </DD>
 </DL>
 <HR>
@@ -518,7 +518,7 @@
 <P>
 <DD><DL>
 
-<DT><B>Returns:</B><DD></DL>
+<DT><B>Returns:</B><DD>throughput in bytes/second</DL>
 </DD>
 </DL>
 <HR>
@@ -532,7 +532,7 @@
 <P>
 <DD><DL>
 
-<DT><B>Returns:</B><DD></DL>
+<DT><B>Returns:</B><DD>Throughput in kilobytes / second</DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/serialized-form.html
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/serialized-form.html?rev=578534&r1=578533&r2=578534&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/serialized-form.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/serialized-form.html Sat Sep 22 
18:20:00 2007
@@ -6176,7 +6176,7 @@
 </TABLE>
 
 <P>
-<B>serialVersionUID:&nbsp;</B>5l
+<B>serialVersionUID:&nbsp;</B>6l
 
 <P>
 <A NAME="serialized_methods"><!-- --></A>
@@ -6445,6 +6445,16 @@
 <HR>
 
 <H3>
+sampleCount</H3>
+<PRE>
+boolean <B>sampleCount</B></PRE>
+<DL>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
 assertionsResultsToSave</H3>
 <PRE>
 int <B>assertionsResultsToSave</B></PRE>
@@ -6508,6 +6518,9 @@
 <B>Class <A HREF="org/apache/jmeter/samplers/StatisticalSampleResult.html" 
title="class in 
org.apache.jmeter.samplers">org.apache.jmeter.samplers.StatisticalSampleResult</A>
 extends <A HREF="org/apache/jmeter/samplers/SampleResult.html" title="class in 
org.apache.jmeter.samplers">SampleResult</A> implements 
Serializable</B></FONT></TD>
 </TR>
 </TABLE>
+
+<P>
+<B>serialVersionUID:&nbsp;</B>24l
 
 <P>
 <A NAME="serializedForm"><!-- --></A>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to