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 2008/05/08 23:20:37 UTC

svn commit: r654622 [7/7] - in /jakarta/jmeter/trunk/docs/api: ./ org/apache/jmeter/assertions/gui/ org/apache/jmeter/config/ org/apache/jmeter/control/ org/apache/jmeter/functions/util/ org/apache/jmeter/gui/ org/apache/jmeter/gui/action/ org/apache/j...

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/accesslog/package-summary.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/accesslog/package-summary.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/accesslog/package-summary.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/accesslog/package-summary.html Thu May  8 14:18:46 2008
@@ -129,7 +129,7 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../../org/apache/jmeter/protocol/http/util/accesslog/SessionFilter.html" title="class in org.apache.jmeter.protocol.http.util.accesslog">SessionFilter</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Provides Session Filtering for the AccessLog Sampler.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../../org/apache/jmeter/protocol/http/util/accesslog/SharedTCLogParser.html" title="class in org.apache.jmeter.protocol.http.util.accesslog">SharedTCLogParser</A></B></TD>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/package-frame.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/package-frame.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/package-frame.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/package-frame.html Thu May  8 14:18:46 2008
@@ -46,6 +46,10 @@
 <BR>
 <A HREF="HTTPConstants.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">HTTPConstants</A>
 <BR>
+<A HREF="HTTPFileArg.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">HTTPFileArg</A>
+<BR>
+<A HREF="HTTPFileArgs.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">HTTPFileArgs</A>
+<BR>
 <A HREF="HTTPResultConverter.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">HTTPResultConverter</A>
 <BR>
 <A HREF="LoopbackHttpClientSocketFactory.html" title="class in org.apache.jmeter.protocol.http.util" target="classFrame">LoopbackHttpClientSocketFactory</A>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/package-summary.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/package-summary.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/package-summary.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/package-summary.html Thu May  8 14:18:46 2008
@@ -123,6 +123,15 @@
  </TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/jmeter/protocol/http/util/HTTPFileArg.html" title="class in org.apache.jmeter.protocol.http.util">HTTPFileArg</A></B></TD>
+<TD>Class representing a file parameter for http upload.
+ </TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/jmeter/protocol/http/util/HTTPFileArgs.html" title="class in org.apache.jmeter.protocol.http.util">HTTPFileArgs</A></B></TD>
+<TD>A set of HTTPFileArg objects.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/jmeter/protocol/http/util/HTTPResultConverter.html" title="class in org.apache.jmeter.protocol.http.util">HTTPResultConverter</A></B></TD>
 <TD>Class for XStream conversion of HTTPResult</TD>
 </TR>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/package-tree.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/package-tree.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/package-tree.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/http/util/package-tree.html Thu May  8 14:18:46 2008
@@ -95,6 +95,11 @@
 <UL>
 <LI TYPE="circle">class org.apache.jmeter.protocol.http.util.<A HREF="../../../../../../org/apache/jmeter/protocol/http/util/HTTPArgument.html" title="class in org.apache.jmeter.protocol.http.util"><B>HTTPArgument</B></A> (implements java.io.<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>)
 </UL>
+<LI TYPE="circle">class org.apache.jmeter.config.<A HREF="../../../../../../org/apache/jmeter/config/ConfigTestElement.html" title="class in org.apache.jmeter.config"><B>ConfigTestElement</B></A> (implements org.apache.jmeter.config.<A HREF="../../../../../../org/apache/jmeter/config/ConfigElement.html" title="interface in org.apache.jmeter.config">ConfigElement</A>, java.io.<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>)
+<UL>
+<LI TYPE="circle">class org.apache.jmeter.protocol.http.util.<A HREF="../../../../../../org/apache/jmeter/protocol/http/util/HTTPFileArgs.html" title="class in org.apache.jmeter.protocol.http.util"><B>HTTPFileArgs</B></A> (implements java.io.<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>)
+</UL>
+<LI TYPE="circle">class org.apache.jmeter.protocol.http.util.<A HREF="../../../../../../org/apache/jmeter/protocol/http/util/HTTPFileArg.html" title="class in org.apache.jmeter.protocol.http.util"><B>HTTPFileArg</B></A> (implements java.io.<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>)
 </UL>
 <LI TYPE="circle">class org.apache.jmeter.protocol.http.util.<A HREF="../../../../../../org/apache/jmeter/protocol/http/util/Base64Encoder.html" title="class in org.apache.jmeter.protocol.http.util"><B>Base64Encoder</B></A><LI TYPE="circle">class org.apache.jmeter.protocol.http.util.<A HREF="../../../../../../org/apache/jmeter/protocol/http/util/ConversionUtils.html" title="class in org.apache.jmeter.protocol.http.util"><B>ConversionUtils</B></A><LI TYPE="circle">class org.apache.jmeter.protocol.http.util.<A HREF="../../../../../../org/apache/jmeter/protocol/http/util/DOMPool.html" title="class in org.apache.jmeter.protocol.http.util"><B>DOMPool</B></A><LI TYPE="circle">class org.apache.jmeter.protocol.http.util.<A HREF="../../../../../../org/apache/jmeter/protocol/http/util/EncoderCache.html" title="class in org.apache.jmeter.protocol.http.util"><B>EncoderCache</B></A><LI TYPE="circle">class org.apache.jmeter.protocol.http.util.<A HREF="../../../../../../org/apache/jmeter/p
 rotocol/http/util/HTTPConstants.html" title="class in org.apache.jmeter.protocol.http.util"><B>HTTPConstants</B></A> (implements org.apache.jmeter.protocol.http.util.<A HREF="../../../../../../org/apache/jmeter/protocol/http/util/HTTPConstantsInterface.html" title="interface in org.apache.jmeter.protocol.http.util">HTTPConstantsInterface</A>)
 <LI TYPE="circle">class org.apache.jmeter.protocol.http.util.<A HREF="../../../../../../org/apache/jmeter/protocol/http/util/LoopbackHttpClientSocketFactory.html" title="class in org.apache.jmeter.protocol.http.util"><B>LoopbackHttpClientSocketFactory</B></A> (implements org.apache.commons.httpclient.protocol.ProtocolSocketFactory)

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/java/sampler/AbstractJavaSamplerClient.html Thu May  8 14:18:46 2008
@@ -126,7 +126,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 493789 $</DD>
+  <DD>$Revision: 652128 $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:jeremy_a@bigfoot.com">Jeremy Arnold</a></DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../../../org/apache/jmeter/protocol/java/sampler/JavaSamplerClient.html#runTest(org.apache.jmeter.protocol.java.sampler.JavaSamplerContext)"><CODE>JavaSamplerClient.runTest(JavaSamplerContext)</CODE></A></DL>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/java/sampler/JavaSampler.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/java/sampler/JavaSampler.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/java/sampler/JavaSampler.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/java/sampler/JavaSampler.html Thu May  8 14:18:46 2008
@@ -105,8 +105,6 @@
 
 <P>
 <DL>
-<DT><B>Author:</B></DT>
-  <DD><a href="mailto:jeremy_a@bigfoot.com">Jeremy Arnold</a></DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../../../serialized-form.html#org.apache.jmeter.protocol.java.sampler.JavaSampler">Serialized Form</A></DL>
 <HR>
 

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/java/sampler/JavaSamplerContext.html Thu May  8 14:18:46 2008
@@ -102,7 +102,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 493789 $</DD>
+  <DD>$Revision: 652128 $</DD>
 <DT><B>Author:</B></DT>
   <DD><a href="mailto:jeremy_a@bigfoot.com">Jeremy Arnold</a></DD>
 </DL>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jdbc/config/DataSourceElement.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jdbc/config/DataSourceElement.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jdbc/config/DataSourceElement.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jdbc/config/DataSourceElement.html Thu May  8 14:18:46 2008
@@ -98,8 +98,6 @@
 
 <P>
 <DL>
-<DT><B>Author:</B></DT>
-  <DD>Michael Stover</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../../../serialized-form.html#org.apache.jmeter.protocol.jdbc.config.DataSourceElement">Serialized Form</A></DL>
 <HR>
 

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/ClientPool.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/ClientPool.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/ClientPool.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/ClientPool.html Thu May  8 14:18:46 2008
@@ -93,14 +93,12 @@
 <DT>public class <B>ClientPool</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
 
 <P>
-<DL>
-<DT><B>Author:</B></DT>
-  <DD>pete
- 
- ClientPool holds the client instances in an ArrayList. The main purpose of
+ClientPool holds the client instances in an ArrayList. The main purpose of
  this is to make it easier to clean up all the instances at the end of a test.
- If we didn't do this, threads might become zombie.</DD>
-</DL>
+ If we didn't do this, threads might become zombie.
+<P>
+
+<P>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/InitialContextFactory.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/InitialContextFactory.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/InitialContextFactory.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/InitialContextFactory.html Thu May  8 14:18:46 2008
@@ -93,13 +93,11 @@
 <DT>public class <B>InitialContextFactory</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
 
 <P>
-<DL>
-<DT><B>Author:</B></DT>
-  <DD>pete
- 
- InitialContextFactory is responsible for getting and instance of the initial
- context. It is also responsible for looking up JMS topics and queues.</DD>
-</DL>
+InitialContextFactory is responsible for getting and instance of the initial
+ context. It is also responsible for looking up JMS topics and queues.
+<P>
+
+<P>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/OnMessageSubscriber.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/OnMessageSubscriber.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/OnMessageSubscriber.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/OnMessageSubscriber.html Thu May  8 14:18:46 2008
@@ -93,18 +93,16 @@
 <DT>public class <B>OnMessageSubscriber</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
 
 <P>
-<DL>
-<DT><B>Author:</B></DT>
-  <DD>pete
- 
- OnMessageSubscriber is designed to create the connection, session and
+OnMessageSubscriber is designed to create the connection, session and
  subscriber. The sampler is responsible for implementing
  javax.jms.MessageListener interface and onMessage(Message msg) method.
  
  The implementation provides a close() method to clean up the client at the
  end of a test. This is important to make sure there aren't any zombie threads
- or odd memory leaks.</DD>
-</DL>
+ or odd memory leaks.
+<P>
+
+<P>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/package-summary.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/package-summary.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/package-summary.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/client/package-summary.html Thu May  8 14:18:46 2008
@@ -83,7 +83,7 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/jmeter/protocol/jms/client/ClientPool.html" title="class in org.apache.jmeter.protocol.jms.client">ClientPool</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>ClientPool holds the client instances in an ArrayList. </TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/jmeter/protocol/jms/client/ConnectionFactory.html" title="class in org.apache.jmeter.protocol.jms.client">ConnectionFactory</A></B></TD>
@@ -91,11 +91,13 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/jmeter/protocol/jms/client/InitialContextFactory.html" title="class in org.apache.jmeter.protocol.jms.client">InitialContextFactory</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>InitialContextFactory is responsible for getting and instance of the initial
+ context. </TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/jmeter/protocol/jms/client/OnMessageSubscriber.html" title="class in org.apache.jmeter.protocol.jms.client">OnMessageSubscriber</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>OnMessageSubscriber is designed to create the connection, session and
+ subscriber. </TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../../org/apache/jmeter/protocol/jms/client/Publisher.html" title="class in org.apache.jmeter.protocol.jms.client">Publisher</A></B></TD>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/sampler/MessageAdmin.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/sampler/MessageAdmin.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/sampler/MessageAdmin.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/jms/sampler/MessageAdmin.html Thu May  8 14:18:46 2008
@@ -97,12 +97,6 @@
 <P>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Id: MessageAdmin.java 493789 2007-01-07 18:10:21Z sebb $.</DD>
-<DT><B>Author:</B></DT>
-  <DD>Martijn Blankestijn</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/ldap/sampler/LDAPSampler.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/ldap/sampler/LDAPSampler.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/ldap/sampler/LDAPSampler.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/ldap/sampler/LDAPSampler.html Thu May  8 14:18:46 2008
@@ -104,9 +104,6 @@
 
 <P>
 <DL>
-<DT><B>Author:</B></DT>
-  <DD>T.Elanjchezhiyan(chezhiyan@siptech.co.in) - Sip Technologies and
-         Exports Ltd. Created Apr 29 2003 11:00 AM</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../../../serialized-form.html#org.apache.jmeter.protocol.ldap.sampler.LDAPSampler">Serialized Form</A></DL>
 <HR>
 

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/ldap/sampler/LdapClient.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/ldap/sampler/LdapClient.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/ldap/sampler/LdapClient.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/protocol/ldap/sampler/LdapClient.html Thu May  8 14:18:46 2008
@@ -98,11 +98,6 @@
 <P>
 
 <P>
-<DL>
-<DT><B>Author:</B></DT>
-  <DD>T.Elanjchezhiyan(chezhiyan@siptech.co.in) - Sip Technologies and
-         Exports Ltd. Created Apr 29 2003 11:00 AM</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/engine/ValueReplacer.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/engine/ValueReplacer.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/engine/ValueReplacer.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/engine/ValueReplacer.html Thu May  8 14:18:46 2008
@@ -93,12 +93,6 @@
 <DT>public class <B>ValueReplacer</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $ updated on $Date: 2007-01-07 18:19:27 +0000 (Sun, 07 Jan 2007) $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Michael Stover, <a href="mailto:jsalvata@apache.org">Jordi Salvat i Alabart</a></DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportActionRouter.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportActionRouter.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportActionRouter.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportActionRouter.html Thu May  8 14:18:46 2008
@@ -96,12 +96,6 @@
 <DT>public final class <B>ReportActionRouter</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/ActionListener.html" title="class or interface in java.awt.event">ActionListener</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Michael Stover</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportAddParent.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportAddParent.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportAddParent.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportAddParent.html Thu May  8 14:18:46 2008
@@ -96,12 +96,6 @@
 <DT>public class <B>ReportAddParent</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Peter Lin</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportAddToTree.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportAddToTree.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportAddToTree.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportAddToTree.html Thu May  8 14:18:46 2008
@@ -96,12 +96,6 @@
 <DT>public class <B>ReportAddToTree</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $ Last updated: $Date: 2007-01-07 18:19:27 +0000 (Sun, 07 Jan 2007) $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Peter Lin</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportCheckDirty.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportCheckDirty.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportCheckDirty.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportCheckDirty.html Thu May  8 14:18:46 2008
@@ -99,7 +99,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 571988 $</DD>
+  <DD>$Revision: 652128 $</DD>
 <DT><B>Author:</B></DT>
   <DD>Peter Lin</DD>
 </DL>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportClose.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportClose.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportClose.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportClose.html Thu May  8 14:18:46 2008
@@ -101,12 +101,6 @@
 <P>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $ Last updated: $Date: 2007-01-07 18:19:27 +0000 (Sun, 07 Jan 2007) $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Peter Lin</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportCopy.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportCopy.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportCopy.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportCopy.html Thu May  8 14:18:46 2008
@@ -97,12 +97,6 @@
 <DT>public class <B>ReportCopy</B><DT>extends <A HREF="../../../../../../org/apache/jmeter/report/gui/action/AbstractAction.html" title="class in org.apache.jmeter.report.gui.action">AbstractAction</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Peter Lin</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportCut.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportCut.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportCut.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportCut.html Thu May  8 14:18:46 2008
@@ -97,12 +97,6 @@
 <DT>public class <B>ReportCut</B><DT>extends <A HREF="../../../../../../org/apache/jmeter/report/gui/action/AbstractAction.html" title="class in org.apache.jmeter.report.gui.action">AbstractAction</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 571988 $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Peter Lin</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportEditCommand.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportEditCommand.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportEditCommand.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportEditCommand.html Thu May  8 14:18:46 2008
@@ -96,12 +96,6 @@
 <DT>public class <B>ReportEditCommand</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Michael Stover</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportEnableComponent.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportEnableComponent.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportEnableComponent.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportEnableComponent.html Thu May  8 14:18:46 2008
@@ -96,10 +96,6 @@
 <DT>public class <B>ReportEnableComponent</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportExitCommand.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportExitCommand.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportExitCommand.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportExitCommand.html Thu May  8 14:18:46 2008
@@ -96,12 +96,6 @@
 <DT>public class <B>ReportExitCommand</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $ updated on $Date: 2007-01-07 18:19:27 +0000 (Sun, 07 Jan 2007) $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Peter Lin</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportHelp.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportHelp.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportHelp.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportHelp.html Thu May  8 14:18:46 2008
@@ -96,12 +96,6 @@
 <DT>public class <B>ReportHelp</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $ $Date: 2007-01-07 18:19:27 +0000 (Sun, 07 Jan 2007) $</DD>
-<DT><B>Author:</B></DT>
-  <DD>unattributed</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportLoad.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportLoad.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportLoad.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportLoad.html Thu May  8 14:18:46 2008
@@ -96,12 +96,6 @@
 <DT>public class <B>ReportLoad</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 533867 $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Peter Lin</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportLookAndFeelCommand.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportLookAndFeelCommand.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportLookAndFeelCommand.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportLookAndFeelCommand.html Thu May  8 14:18:46 2008
@@ -96,12 +96,6 @@
 <DT>public class <B>ReportLookAndFeelCommand</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Brendan Burns</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportPaste.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportPaste.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportPaste.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportPaste.html Thu May  8 14:18:46 2008
@@ -101,12 +101,6 @@
 <P>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 571988 $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Thad Smith</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportRemove.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportRemove.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportRemove.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportRemove.html Thu May  8 14:18:46 2008
@@ -96,12 +96,6 @@
 <DT>public class <B>ReportRemove</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Peter Lin</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportSave.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportSave.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportSave.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportSave.html Thu May  8 14:18:46 2008
@@ -96,12 +96,6 @@
 <DT>public class <B>ReportSave</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="../../../../../../org/apache/jmeter/gui/action/Command.html" title="interface in org.apache.jmeter.gui.action">Command</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 533867 $ updated on $Date: 2007-04-30 23:13:40 +0100 (Mon, 30 Apr 2007) $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Peter Lin</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportStart.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportStart.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportStart.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/action/ReportStart.html Thu May  8 14:18:46 2008
@@ -97,12 +97,6 @@
 <DT>public class <B>ReportStart</B><DT>extends <A HREF="../../../../../../org/apache/jmeter/report/gui/action/AbstractAction.html" title="class in org.apache.jmeter.report.gui.action">AbstractAction</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $ Last updated: $Date: 2007-01-07 18:19:27 +0000 (Sun, 07 Jan 2007) $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Michael Stover Created March 1, 2001</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/tree/ReportTreeListener.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/tree/ReportTreeListener.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/tree/ReportTreeListener.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/report/gui/tree/ReportTreeListener.html Thu May  8 14:18:46 2008
@@ -96,12 +96,6 @@
 <DT>public class <B>ReportTreeListener</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/event/TreeSelectionListener.html" title="class or interface in javax.swing.event">TreeSelectionListener</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/MouseListener.html" title="class or interface in java.awt.event">MouseListener</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/KeyListener.html" title="class or interface in java.awt.event">KeyListener</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/MouseMotionListener.html" title="class or interface in java.awt.event">MouseMotionListener</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $ Last updated: $Date: 2007-01-07 18:19:27 +0000 (Sun, 07 Jan 2007) $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Peter Lin</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/swing/HtmlPane.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/swing/HtmlPane.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/swing/HtmlPane.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/swing/HtmlPane.html Thu May  8 14:18:46 2008
@@ -102,9 +102,11 @@
 <DT>public class <B>HtmlPane</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JTextPane.html" title="class or interface in javax.swing">JTextPane</A></DL>
 
 <P>
+Implements an HTML Pane with local hyperlinking enabled.
+<P>
+
+<P>
 <DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493779 $ Updated on: $Date: 2007-01-07 17:46:38 +0000 (Sun, 07 Jan 2007) $</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.jmeter.swing.HtmlPane">Serialized Form</A></DL>
 <HR>
 

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/swing/package-summary.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/swing/package-summary.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/swing/package-summary.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/swing/package-summary.html Thu May  8 14:18:46 2008
@@ -83,7 +83,7 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/jmeter/swing/HtmlPane.html" title="class in org.apache.jmeter.swing">HtmlPane</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Implements an HTML Pane with local hyperlinking enabled.</TD>
 </TR>
 </TABLE>
 &nbsp;

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/testelement/AbstractTestElement.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/testelement/AbstractTestElement.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/testelement/AbstractTestElement.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/testelement/AbstractTestElement.html Thu May  8 14:18:46 2008
@@ -92,7 +92,7 @@
 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Cloneable.html" title="class or interface in java.lang">Cloneable</A>, <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>, <A HREF="../../../../org/apache/jmeter/testelement/TestElement.html" title="interface in org.apache.jmeter.testelement">TestElement</A></DD>
 </DL>
 <DL>
-<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/jmeter/testelement/AbstractChart.html" title="class in org.apache.jmeter.testelement">AbstractChart</A>, <A HREF="../../../../org/apache/jmeter/reporters/AbstractListenerElement.html" title="class in org.apache.jmeter.reporters">AbstractListenerElement</A>, <A HREF="../../../../org/apache/jmeter/report/writers/AbstractReportWriter.html" title="class in org.apache.jmeter.report.writers">AbstractReportWriter</A>, <A HREF="../../../../org/apache/jmeter/samplers/AbstractSampler.html" title="class in org.apache.jmeter.samplers">AbstractSampler</A>, <A HREF="../../../../org/apache/jmeter/testelement/AbstractTable.html" title="class in org.apache.jmeter.testelement">AbstractTable</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/modifier/AnchorModifier.html" title="class in org.apache.jmeter.protocol.http.modifier">AnchorModifier</A>, <A HREF="../../../../org/apache/jmeter/config/Argument.html" title="c
 lass in org.apache.jmeter.config">Argument</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/control/Authorization.html" title="class in org.apache.jmeter.protocol.http.control">Authorization</A>, <A HREF="../../../../org/apache/jmeter/util/BeanShellTestElement.html" title="class in org.apache.jmeter.util">BeanShellTestElement</A>, <A HREF="../../../../org/apache/jmeter/config/ConfigTestElement.html" title="class in org.apache.jmeter.config">ConfigTestElement</A>, <A HREF="../../../../org/apache/jmeter/timers/ConstantThroughputTimer.html" title="class in org.apache.jmeter.timers">ConstantThroughputTimer</A>, <A HREF="../../../../org/apache/jmeter/timers/ConstantTimer.html" title="class in org.apache.jmeter.timers">ConstantTimer</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/control/Cookie.html" title="class in org.apache.jmeter.protocol.http.control">Cookie</A>, <A HREF="../../../../org/apache/jmeter/modifiers/CounterConfig.html" title="class in org.apache
 .jmeter.modifiers">CounterConfig</A>, <A HREF="../../../../org/apache/jmeter/protocol/jdbc/config/DataSourceElement.html" title="class in org.apache.jmeter.protocol.jdbc.config">DataSourceElement</A>, <A HREF="../../../../org/apache/jmeter/extractor/DebugPostProcessor.html" title="class in org.apache.jmeter.extractor">DebugPostProcessor</A>, <A HREF="../../../../org/apache/jmeter/assertions/DurationAssertion.html" title="class in org.apache.jmeter.assertions">DurationAssertion</A>, <A HREF="../../../../org/apache/jmeter/control/GenericController.html" title="class in org.apache.jmeter.control">GenericController</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/control/Header.html" title="class in org.apache.jmeter.protocol.http.control">Header</A>, <A HREF="../../../../org/apache/jmeter/assertions/HTMLAssertion.html" title="class in org.apache.jmeter.assertions">HTMLAssertion</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/control/HttpMirrorControl.html" ti
 tle="class in org.apache.jmeter.protocol.http.control">HttpMirrorControl</A>, <A HREF="../../../../org/apache/jmeter/protocol/ldap/config/gui/LDAPArgument.html" title="class in org.apache.jmeter.protocol.ldap.config.gui">LDAPArgument</A>, <A HREF="../../../../org/apache/jmeter/reporters/MailerModel.html" title="class in org.apache.jmeter.reporters">MailerModel</A>, <A HREF="../../../../org/apache/jmeter/assertions/MD5HexAssertion.html" title="class in org.apache.jmeter.assertions">MD5HexAssertion</A>, <A HREF="../../../../org/apache/jmeter/visualizers/MonitorStats.html" title="class in org.apache.jmeter.visualizers">MonitorStats</A>, <A HREF="../../../../org/apache/jmeter/testelement/OnErrorTestElement.html" title="class in org.apache.jmeter.testelement">OnErrorTestElement</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/modifier/ParamMask.html" title="class in org.apache.jmeter.protocol.http.modifier">ParamMask</A>, <A HREF="../../../../org/apache/jmeter/protocol/h
 ttp/modifier/ParamModifier.html" title="class in org.apache.jmeter.protocol.http.modifier">ParamModifier</A>, <A HREF="../../../../org/apache/jmeter/extractor/RegexExtractor.html" title="class in org.apache.jmeter.extractor">RegexExtractor</A>, <A HREF="../../../../org/apache/jmeter/samplers/RemoteListenerWrapper.html" title="class in org.apache.jmeter.samplers">RemoteListenerWrapper</A>, <A HREF="../../../../org/apache/jmeter/samplers/RemoteSampleListenerWrapper.html" title="class in org.apache.jmeter.samplers">RemoteSampleListenerWrapper</A>, <A HREF="../../../../org/apache/jmeter/samplers/RemoteTestListenerWrapper.html" title="class in org.apache.jmeter.samplers">RemoteTestListenerWrapper</A>, <A HREF="../../../../org/apache/jmeter/testelement/ReportPage.html" title="class in org.apache.jmeter.testelement">ReportPage</A>, <A HREF="../../../../org/apache/jmeter/testelement/ReportPlan.html" title="class in org.apache.jmeter.testelement">ReportPlan</A>, <A HREF="../../../../
 org/apache/jmeter/assertions/ResponseAssertion.html" title="class in org.apache.jmeter.assertions">ResponseAssertion</A>, <A HREF="../../../../org/apache/jmeter/reporters/ResultSaver.html" title="class in org.apache.jmeter.reporters">ResultSaver</A>, <A HREF="../../../../org/apache/jmeter/assertions/SizeAssertion.html" title="class in org.apache.jmeter.assertions">SizeAssertion</A>, <A HREF="../../../../org/apache/jmeter/reporters/Summariser.html" title="class in org.apache.jmeter.reporters">Summariser</A>, <A HREF="../../../../org/apache/jmeter/timers/SyncTimer.html" title="class in org.apache.jmeter.timers">SyncTimer</A>, <A HREF="../../../../org/apache/jmeter/testelement/TestPlan.html" title="class in org.apache.jmeter.testelement">TestPlan</A>, <A HREF="../../../../org/apache/jmeter/threads/ThreadGroup.html" title="class in org.apache.jmeter.threads">ThreadGroup</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/modifier/URLRewritingModifier.html" title="class in 
 org.apache.jmeter.protocol.http.modifier">URLRewritingModifier</A>, <A HREF="../../../../org/apache/jmeter/modifiers/UserParameters.html" title="class in org.apache.jmeter.modifiers">UserParameters</A>, <A HREF="../../../../org/apache/jmeter/testelement/WorkBench.html" title="class in org.apache.jmeter.testelement">WorkBench</A>, <A HREF="../../../../org/apache/jmeter/assertions/XMLAssertion.html" title="class in org.apache.jmeter.assertions">XMLAssertion</A>, <A HREF="../../../../org/apache/jmeter/assertions/XMLSchemaAssertion.html" title="class in org.apache.jmeter.assertions">XMLSchemaAssertion</A>, <A HREF="../../../../org/apache/jmeter/assertions/XPathAssertion.html" title="class in org.apache.jmeter.assertions">XPathAssertion</A>, <A HREF="../../../../org/apache/jmeter/extractor/XPathExtractor.html" title="class in org.apache.jmeter.extractor">XPathExtractor</A></DD>
+<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/jmeter/testelement/AbstractChart.html" title="class in org.apache.jmeter.testelement">AbstractChart</A>, <A HREF="../../../../org/apache/jmeter/reporters/AbstractListenerElement.html" title="class in org.apache.jmeter.reporters">AbstractListenerElement</A>, <A HREF="../../../../org/apache/jmeter/report/writers/AbstractReportWriter.html" title="class in org.apache.jmeter.report.writers">AbstractReportWriter</A>, <A HREF="../../../../org/apache/jmeter/samplers/AbstractSampler.html" title="class in org.apache.jmeter.samplers">AbstractSampler</A>, <A HREF="../../../../org/apache/jmeter/testelement/AbstractTable.html" title="class in org.apache.jmeter.testelement">AbstractTable</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/modifier/AnchorModifier.html" title="class in org.apache.jmeter.protocol.http.modifier">AnchorModifier</A>, <A HREF="../../../../org/apache/jmeter/config/Argument.html" title="c
 lass in org.apache.jmeter.config">Argument</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/control/Authorization.html" title="class in org.apache.jmeter.protocol.http.control">Authorization</A>, <A HREF="../../../../org/apache/jmeter/util/BeanShellTestElement.html" title="class in org.apache.jmeter.util">BeanShellTestElement</A>, <A HREF="../../../../org/apache/jmeter/config/ConfigTestElement.html" title="class in org.apache.jmeter.config">ConfigTestElement</A>, <A HREF="../../../../org/apache/jmeter/timers/ConstantThroughputTimer.html" title="class in org.apache.jmeter.timers">ConstantThroughputTimer</A>, <A HREF="../../../../org/apache/jmeter/timers/ConstantTimer.html" title="class in org.apache.jmeter.timers">ConstantTimer</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/control/Cookie.html" title="class in org.apache.jmeter.protocol.http.control">Cookie</A>, <A HREF="../../../../org/apache/jmeter/modifiers/CounterConfig.html" title="class in org.apache
 .jmeter.modifiers">CounterConfig</A>, <A HREF="../../../../org/apache/jmeter/protocol/jdbc/config/DataSourceElement.html" title="class in org.apache.jmeter.protocol.jdbc.config">DataSourceElement</A>, <A HREF="../../../../org/apache/jmeter/extractor/DebugPostProcessor.html" title="class in org.apache.jmeter.extractor">DebugPostProcessor</A>, <A HREF="../../../../org/apache/jmeter/assertions/DurationAssertion.html" title="class in org.apache.jmeter.assertions">DurationAssertion</A>, <A HREF="../../../../org/apache/jmeter/control/GenericController.html" title="class in org.apache.jmeter.control">GenericController</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/control/Header.html" title="class in org.apache.jmeter.protocol.http.control">Header</A>, <A HREF="../../../../org/apache/jmeter/assertions/HTMLAssertion.html" title="class in org.apache.jmeter.assertions">HTMLAssertion</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/util/HTTPFileArg.html" title="clas
 s in org.apache.jmeter.protocol.http.util">HTTPFileArg</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/control/HttpMirrorControl.html" title="class in org.apache.jmeter.protocol.http.control">HttpMirrorControl</A>, <A HREF="../../../../org/apache/jmeter/protocol/ldap/config/gui/LDAPArgument.html" title="class in org.apache.jmeter.protocol.ldap.config.gui">LDAPArgument</A>, <A HREF="../../../../org/apache/jmeter/reporters/MailerModel.html" title="class in org.apache.jmeter.reporters">MailerModel</A>, <A HREF="../../../../org/apache/jmeter/assertions/MD5HexAssertion.html" title="class in org.apache.jmeter.assertions">MD5HexAssertion</A>, <A HREF="../../../../org/apache/jmeter/visualizers/MonitorStats.html" title="class in org.apache.jmeter.visualizers">MonitorStats</A>, <A HREF="../../../../org/apache/jmeter/testelement/OnErrorTestElement.html" title="class in org.apache.jmeter.testelement">OnErrorTestElement</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/
 modifier/ParamMask.html" title="class in org.apache.jmeter.protocol.http.modifier">ParamMask</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/modifier/ParamModifier.html" title="class in org.apache.jmeter.protocol.http.modifier">ParamModifier</A>, <A HREF="../../../../org/apache/jmeter/extractor/RegexExtractor.html" title="class in org.apache.jmeter.extractor">RegexExtractor</A>, <A HREF="../../../../org/apache/jmeter/samplers/RemoteListenerWrapper.html" title="class in org.apache.jmeter.samplers">RemoteListenerWrapper</A>, <A HREF="../../../../org/apache/jmeter/samplers/RemoteSampleListenerWrapper.html" title="class in org.apache.jmeter.samplers">RemoteSampleListenerWrapper</A>, <A HREF="../../../../org/apache/jmeter/samplers/RemoteTestListenerWrapper.html" title="class in org.apache.jmeter.samplers">RemoteTestListenerWrapper</A>, <A HREF="../../../../org/apache/jmeter/testelement/ReportPage.html" title="class in org.apache.jmeter.testelement">ReportPage</A>, <A HR
 EF="../../../../org/apache/jmeter/testelement/ReportPlan.html" title="class in org.apache.jmeter.testelement">ReportPlan</A>, <A HREF="../../../../org/apache/jmeter/assertions/ResponseAssertion.html" title="class in org.apache.jmeter.assertions">ResponseAssertion</A>, <A HREF="../../../../org/apache/jmeter/reporters/ResultSaver.html" title="class in org.apache.jmeter.reporters">ResultSaver</A>, <A HREF="../../../../org/apache/jmeter/assertions/SizeAssertion.html" title="class in org.apache.jmeter.assertions">SizeAssertion</A>, <A HREF="../../../../org/apache/jmeter/reporters/Summariser.html" title="class in org.apache.jmeter.reporters">Summariser</A>, <A HREF="../../../../org/apache/jmeter/timers/SyncTimer.html" title="class in org.apache.jmeter.timers">SyncTimer</A>, <A HREF="../../../../org/apache/jmeter/testelement/TestPlan.html" title="class in org.apache.jmeter.testelement">TestPlan</A>, <A HREF="../../../../org/apache/jmeter/threads/ThreadGroup.html" title="class in or
 g.apache.jmeter.threads">ThreadGroup</A>, <A HREF="../../../../org/apache/jmeter/protocol/http/modifier/URLRewritingModifier.html" title="class in org.apache.jmeter.protocol.http.modifier">URLRewritingModifier</A>, <A HREF="../../../../org/apache/jmeter/modifiers/UserParameters.html" title="class in org.apache.jmeter.modifiers">UserParameters</A>, <A HREF="../../../../org/apache/jmeter/testelement/WorkBench.html" title="class in org.apache.jmeter.testelement">WorkBench</A>, <A HREF="../../../../org/apache/jmeter/assertions/XMLAssertion.html" title="class in org.apache.jmeter.assertions">XMLAssertion</A>, <A HREF="../../../../org/apache/jmeter/assertions/XMLSchemaAssertion.html" title="class in org.apache.jmeter.assertions">XMLSchemaAssertion</A>, <A HREF="../../../../org/apache/jmeter/assertions/XPathAssertion.html" title="class in org.apache.jmeter.assertions">XPathAssertion</A>, <A HREF="../../../../org/apache/jmeter/extractor/XPathExtractor.html" title="class in org.apach
 e.jmeter.extractor">XPathExtractor</A></DD>
 </DL>
 <HR>
 <DL>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/testelement/ReportPage.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/testelement/ReportPage.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/testelement/ReportPage.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/testelement/ReportPage.html Thu May  8 14:18:46 2008
@@ -102,10 +102,6 @@
 
 <P>
 <DL>
-<DT><B>Version:</B></DT>
-  <DD>$Id: ReportPage.java 493793 2007-01-07 18:19:27Z sebb $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Peter Lin</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.jmeter.testelement.ReportPage">Serialized Form</A></DL>
 <HR>
 

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/testelement/ReportPlan.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/testelement/ReportPlan.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/testelement/ReportPlan.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/testelement/ReportPlan.html Thu May  8 14:18:46 2008
@@ -98,10 +98,6 @@
 
 <P>
 <DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493793 $ Last updated: $Date: 2007-01-07 18:19:27 +0000 (Sun, 07 Jan 2007) $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Peter Lin created 8/11</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.jmeter.testelement.ReportPlan">Serialized Form</A></DL>
 <HR>
 

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/threads/ListenerNotifier.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/threads/ListenerNotifier.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/threads/ListenerNotifier.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/threads/ListenerNotifier.html Thu May  8 14:18:46 2008
@@ -107,8 +107,6 @@
 
 <P>
 <DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493779 $</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../org/apache/jmeter/samplers/SampleListener.html" title="interface in org.apache.jmeter.samplers"><CODE>SampleListener</CODE></A></DL>
 <HR>
 

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/threads/SamplePackage.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/threads/SamplePackage.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/threads/SamplePackage.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/threads/SamplePackage.html Thu May  8 14:18:46 2008
@@ -93,12 +93,10 @@
 <DT>public class <B>SamplePackage</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493779 $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Michael Stover</DD>
-</DL>
+Packages methods related to sample handling.
+<P>
+
+<P>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jmeter/threads/package-summary.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jmeter/threads/package-summary.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jmeter/threads/package-summary.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jmeter/threads/package-summary.html Thu May  8 14:18:46 2008
@@ -121,7 +121,7 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/jmeter/threads/SamplePackage.html" title="class in org.apache.jmeter.threads">SamplePackage</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Packages methods related to sample handling.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/jmeter/threads/TestCompiler.html" title="class in org.apache.jmeter.threads">TestCompiler</A></B></TD>

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jorphan/collections/Data.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jorphan/collections/Data.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jorphan/collections/Data.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jorphan/collections/Data.html Thu May  8 14:18:46 2008
@@ -104,10 +104,6 @@
 
 <P>
 <DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 582659 $</DD>
-<DT><B>Author:</B></DT>
-  <DD>Michael Stover (mstover1 at apache.org)</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.jorphan.collections.Data">Serialized Form</A></DL>
 <HR>
 

Modified: jakarta/jmeter/trunk/docs/api/org/apache/jorphan/util/ClassContext.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/org/apache/jorphan/util/ClassContext.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/org/apache/jorphan/util/ClassContext.html (original)
+++ jakarta/jmeter/trunk/docs/api/org/apache/jorphan/util/ClassContext.html Thu May  8 14:18:46 2008
@@ -101,10 +101,6 @@
 <P>
 
 <P>
-<DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 493784 $ last updated $Date: 2007-01-07 17:57:55 +0000 (Sun, 07 Jan 2007) $</DD>
-</DL>
 <HR>
 
 <P>

Modified: jakarta/jmeter/trunk/docs/api/overview-tree.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/overview-tree.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/overview-tree.html (original)
+++ jakarta/jmeter/trunk/docs/api/overview-tree.html Thu May  8 14:18:46 2008
@@ -215,6 +215,7 @@
 <LI TYPE="circle">class org.apache.jmeter.protocol.http.control.<A HREF="org/apache/jmeter/protocol/http/control/CookieManager.html" title="class in org.apache.jmeter.protocol.http.control"><B>CookieManager</B></A> (implements java.io.<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>, org.apache.jmeter.testelement.<A HREF="org/apache/jmeter/testelement/TestListener.html" title="interface in org.apache.jmeter.testelement">TestListener</A>)
 <LI TYPE="circle">class org.apache.jmeter.config.<A HREF="org/apache/jmeter/config/CSVDataSet.html" title="class in org.apache.jmeter.config"><B>CSVDataSet</B></A> (implements org.apache.jmeter.engine.event.<A HREF="org/apache/jmeter/engine/event/LoopIterationListener.html" title="interface in org.apache.jmeter.engine.event">LoopIterationListener</A>, org.apache.jmeter.testbeans.<A HREF="org/apache/jmeter/testbeans/TestBean.html" title="interface in org.apache.jmeter.testbeans">TestBean</A>)
 <LI TYPE="circle">class org.apache.jmeter.protocol.http.control.<A HREF="org/apache/jmeter/protocol/http/control/HeaderManager.html" title="class in org.apache.jmeter.protocol.http.control"><B>HeaderManager</B></A> (implements java.io.<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>)
+<LI TYPE="circle">class org.apache.jmeter.protocol.http.util.<A HREF="org/apache/jmeter/protocol/http/util/HTTPFileArgs.html" title="class in org.apache.jmeter.protocol.http.util"><B>HTTPFileArgs</B></A> (implements java.io.<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>)
 <LI TYPE="circle">class org.apache.jmeter.protocol.java.config.<A HREF="org/apache/jmeter/protocol/java/config/JavaConfig.html" title="class in org.apache.jmeter.protocol.java.config"><B>JavaConfig</B></A> (implements java.io.<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>)
 <LI TYPE="circle">class org.apache.jmeter.protocol.ldap.config.gui.<A HREF="org/apache/jmeter/protocol/ldap/config/gui/LDAPArguments.html" title="class in org.apache.jmeter.protocol.ldap.config.gui"><B>LDAPArguments</B></A> (implements java.io.<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>)
 <LI TYPE="circle">class org.apache.jmeter.config.<A HREF="org/apache/jmeter/config/LoginConfig.html" title="class in org.apache.jmeter.config"><B>LoginConfig</B></A> (implements java.io.<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>)
@@ -255,6 +256,7 @@
 </UL>
 <LI TYPE="circle">class org.apache.jmeter.protocol.http.control.<A HREF="org/apache/jmeter/protocol/http/control/Header.html" title="class in org.apache.jmeter.protocol.http.control"><B>Header</B></A> (implements java.io.<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>)
 <LI TYPE="circle">class org.apache.jmeter.assertions.<A HREF="org/apache/jmeter/assertions/HTMLAssertion.html" title="class in org.apache.jmeter.assertions"><B>HTMLAssertion</B></A> (implements org.apache.jmeter.assertions.<A HREF="org/apache/jmeter/assertions/Assertion.html" title="interface in org.apache.jmeter.assertions">Assertion</A>, java.io.<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>)
+<LI TYPE="circle">class org.apache.jmeter.protocol.http.util.<A HREF="org/apache/jmeter/protocol/http/util/HTTPFileArg.html" title="class in org.apache.jmeter.protocol.http.util"><B>HTTPFileArg</B></A> (implements java.io.<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>)
 <LI TYPE="circle">class org.apache.jmeter.protocol.http.control.<A HREF="org/apache/jmeter/protocol/http/control/HttpMirrorControl.html" title="class in org.apache.jmeter.protocol.http.control"><B>HttpMirrorControl</B></A><LI TYPE="circle">class org.apache.jmeter.protocol.ldap.config.gui.<A HREF="org/apache/jmeter/protocol/ldap/config/gui/LDAPArgument.html" title="class in org.apache.jmeter.protocol.ldap.config.gui"><B>LDAPArgument</B></A> (implements java.io.<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>)
 <LI TYPE="circle">class org.apache.jmeter.reporters.<A HREF="org/apache/jmeter/reporters/MailerModel.html" title="class in org.apache.jmeter.reporters"><B>MailerModel</B></A> (implements java.io.<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>)
 <LI TYPE="circle">class org.apache.jmeter.assertions.<A HREF="org/apache/jmeter/assertions/MD5HexAssertion.html" title="class in org.apache.jmeter.assertions"><B>MD5HexAssertion</B></A> (implements org.apache.jmeter.assertions.<A HREF="org/apache/jmeter/assertions/Assertion.html" title="interface in org.apache.jmeter.assertions">Assertion</A>, java.io.<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>)
@@ -415,6 +417,7 @@
 <LI TYPE="circle">class org.apache.jmeter.gui.util.<A HREF="org/apache/jmeter/gui/util/FilePanel.html" title="class in org.apache.jmeter.gui.util"><B>FilePanel</B></A> (implements java.awt.event.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/ActionListener.html" title="class or interface in java.awt.event">ActionListener</A>)
 <LI TYPE="circle">class org.apache.jmeter.gui.util.<A HREF="org/apache/jmeter/gui/util/ReportFilePanel.html" title="class in org.apache.jmeter.gui.util"><B>ReportFilePanel</B></A> (implements java.awt.event.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/ActionListener.html" title="class or interface in java.awt.event">ActionListener</A>)
 </UL>
+<LI TYPE="circle">class org.apache.jmeter.protocol.http.gui.<A HREF="org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.html" title="class in org.apache.jmeter.protocol.http.gui"><B>HTTPFileArgsPanel</B></A> (implements java.awt.event.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/ActionListener.html" title="class or interface in java.awt.event">ActionListener</A>)
 <LI TYPE="circle">class org.apache.jorphan.gui.<A HREF="org/apache/jorphan/gui/JLabeledChoice.html" title="class in org.apache.jorphan.gui"><B>JLabeledChoice</B></A> (implements org.apache.jorphan.gui.<A HREF="org/apache/jorphan/gui/JLabeledField.html" title="interface in org.apache.jorphan.gui">JLabeledField</A>)
 <LI TYPE="circle">class org.apache.jorphan.gui.<A HREF="org/apache/jorphan/gui/JLabeledRadio.html" title="class in org.apache.jorphan.gui"><B>JLabeledRadio</B></A> (implements java.awt.event.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/ActionListener.html" title="class or interface in java.awt.event">ActionListener</A>, org.apache.jorphan.gui.<A HREF="org/apache/jorphan/gui/JLabeledField.html" title="interface in org.apache.jorphan.gui">JLabeledField</A>)
 <LI TYPE="circle">class org.apache.jorphan.gui.<A HREF="org/apache/jorphan/gui/JLabeledTextArea.html" title="class in org.apache.jorphan.gui"><B>JLabeledTextArea</B></A> (implements java.awt.event.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/FocusListener.html" title="class or interface in java.awt.event">FocusListener</A>, org.apache.jorphan.gui.<A HREF="org/apache/jorphan/gui/JLabeledField.html" title="interface in org.apache.jorphan.gui">JLabeledField</A>)
@@ -426,8 +429,7 @@
 <LI TYPE="circle">class org.apache.jmeter.gui.<A HREF="org/apache/jmeter/gui/OnErrorPanel.html" title="class in org.apache.jmeter.gui"><B>OnErrorPanel</B></A><LI TYPE="circle">class org.apache.jmeter.visualizers.<A HREF="org/apache/jmeter/visualizers/ServerPanel.html" title="class in org.apache.jmeter.visualizers"><B>ServerPanel</B></A> (implements org.apache.jmeter.visualizers.<A HREF="org/apache/jmeter/visualizers/MonitorGuiListener.html" title="interface in org.apache.jmeter.visualizers">MonitorGuiListener</A>)
 <LI TYPE="circle">class org.apache.jmeter.protocol.http.config.gui.<A HREF="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><B>UrlConfigGui</B></A> (implements javax.swing.event.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/event/ChangeListener.html" title="class or interface in javax.swing.event">ChangeListener</A>)
 <UL>
-<LI TYPE="circle">class org.apache.jmeter.protocol.http.config.gui.<A HREF="org/apache/jmeter/protocol/http/config/gui/MultipartUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><B>MultipartUrlConfigGui</B></A> (implements java.awt.event.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/ActionListener.html" title="class or interface in java.awt.event">ActionListener</A>)
-</UL>
+<LI TYPE="circle">class org.apache.jmeter.protocol.http.config.gui.<A HREF="org/apache/jmeter/protocol/http/config/gui/MultipartUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui"><B>MultipartUrlConfigGui</B></A></UL>
 <LI TYPE="circle">class org.apache.jmeter.gui.util.<A HREF="org/apache/jmeter/gui/util/VerticalPanel.html" title="class in org.apache.jmeter.gui.util"><B>VerticalPanel</B></A><LI TYPE="circle">class org.apache.jmeter.assertions.gui.<A HREF="org/apache/jmeter/assertions/gui/XMLConfPanel.html" title="class in org.apache.jmeter.assertions.gui"><B>XMLConfPanel</B></A><LI TYPE="circle">class org.apache.jmeter.assertions.gui.<A HREF="org/apache/jmeter/assertions/gui/XPathPanel.html" title="class in org.apache.jmeter.assertions.gui"><B>XPathPanel</B></A></UL>
 <LI TYPE="circle">class javax.swing.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JSplitPane.html" title="class or interface in javax.swing"><B>JSplitPane</B></A> (implements javax.accessibility.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/accessibility/Accessible.html" title="class or interface in javax.accessibility">Accessible</A>)
 <UL>

Modified: jakarta/jmeter/trunk/docs/api/serialized-form.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/docs/api/serialized-form.html?rev=654622&r1=654621&r2=654622&view=diff
==============================================================================
--- jakarta/jmeter/trunk/docs/api/serialized-form.html (original)
+++ jakarta/jmeter/trunk/docs/api/serialized-form.html Thu May  8 14:18:46 2008
@@ -1803,7 +1803,7 @@
 </TABLE>
 
 <P>
-<B>serialVersionUID:&nbsp;</B>2l
+<B>serialVersionUID:&nbsp;</B>232l
 
 <P>
 
@@ -3996,7 +3996,7 @@
 </TABLE>
 
 <P>
-<B>serialVersionUID:&nbsp;</B>1l
+<B>serialVersionUID:&nbsp;</B>232l
 
 <P>
 <A NAME="serializedForm"><!-- --></A>
@@ -8879,7 +8879,7 @@
 int <B>xborder</B></PRE>
 <DL>
 <DL>
-</DL>
+<DT><B>See Also:</B><DD><A HREF="constant-values.html#org.apache.jmeter.visualizers.DistributionGraph.xborder">Constant Field Values</A></DL>
 </DL>
 
 <P>
@@ -12412,29 +12412,9 @@
 <HR>
 
 <H3>
-filename</H3>
-<PRE>
-<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>filename</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<H3>
-fileField</H3>
-<PRE>
-<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>fileField</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<H3>
-mimetype</H3>
+args</H3>
 <PRE>
-<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>mimetype</B></PRE>
+<A HREF="org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</A> <B>args</B></PRE>
 <DL>
 <DL>
 </DL>
@@ -12442,10 +12422,12 @@
 <HR>
 
 <H3>
-args</H3>
+files</H3>
 <PRE>
-<A HREF="org/apache/jmeter/config/Arguments.html" title="class in org.apache.jmeter.config">Arguments</A> <B>args</B></PRE>
+<A HREF="org/apache/jmeter/protocol/http/util/HTTPFileArgs.html" title="class in org.apache.jmeter.protocol.http.util">HTTPFileArgs</A> <B>files</B></PRE>
 <DL>
+<DD>HTTPFileArgs list to be uploaded with http request.
+<P>
 <DL>
 </DL>
 </DL>
@@ -12516,30 +12498,13 @@
 </TABLE>
 
 <H3>
-filenameField</H3>
-<PRE>
-<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JTextField.html" title="class or interface in javax.swing">JTextField</A> <B>filenameField</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<H3>
-paramNameField</H3>
+filesPanel</H3>
 <PRE>
-<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JTextField.html" title="class or interface in javax.swing">JTextField</A> <B>paramNameField</B></PRE>
-<DL>
-<DL>
-</DL>
-</DL>
-<HR>
-
-<H3>
-mimetypeField</H3>
-<PRE>
-<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JTextField.html" title="class or interface in javax.swing">JTextField</A> <B>mimetypeField</B></PRE>
+<A HREF="org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.html" title="class in org.apache.jmeter.protocol.http.gui">HTTPFileArgsPanel</A> <B>filesPanel</B></PRE>
 <DL>
+<DD>Files panel that holds file informations to be uploaded by
+ http request.
+<P>
 <DL>
 </DL>
 </DL>
@@ -12898,7 +12863,7 @@
 <H3>
 urlConfigGui</H3>
 <PRE>
-<A HREF="org/apache/jmeter/protocol/http/config/gui/UrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">UrlConfigGui</A> <B>urlConfigGui</B></PRE>
+<A HREF="org/apache/jmeter/protocol/http/config/gui/MultipartUrlConfigGui.html" title="class in org.apache.jmeter.protocol.http.config.gui">MultipartUrlConfigGui</A> <B>urlConfigGui</B></PRE>
 <DL>
 <DL>
 </DL>
@@ -13678,6 +13643,71 @@
 <P>
 
 <P>
+<A NAME="org.apache.jmeter.protocol.http.gui.HTTPFileArgsPanel"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class <A HREF="org/apache/jmeter/protocol/http/gui/HTTPFileArgsPanel.html" title="class in org.apache.jmeter.protocol.http.gui">org.apache.jmeter.protocol.http.gui.HTTPFileArgsPanel</A> extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JPanel.html" title="class or interface in javax.swing">JPanel</A> implements Serializable</B></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="serializedForm"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Serialized Fields</B></FONT></TD>
+</TR>
+</TABLE>
+
+<H3>
+tableLabel</H3>
+<PRE>
+<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JLabel.html" title="class or interface in javax.swing">JLabel</A> <B>tableLabel</B></PRE>
+<DL>
+<DD>The title label for this component.
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+add</H3>
+<PRE>
+<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JButton.html" title="class or interface in javax.swing">JButton</A> <B>add</B></PRE>
+<DL>
+<DD>A button for adding new files to the table.
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+browse</H3>
+<PRE>
+<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JButton.html" title="class or interface in javax.swing">JButton</A> <B>browse</B></PRE>
+<DL>
+<DD>A button for browsing file system to set path of selected row in table.
+<P>
+<DL>
+</DL>
+</DL>
+<HR>
+
+<H3>
+delete</H3>
+<PRE>
+<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/JButton.html" title="class or interface in javax.swing">JButton</A> <B>delete</B></PRE>
+<DL>
+<DD>A button for removing files from the table.
+<P>
+<DL>
+</DL>
+</DL>
+
+<P>
 <HR SIZE="4" NOSHADE>
 
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
@@ -14258,7 +14288,7 @@
 </TABLE>
 
 <P>
-<B>serialVersionUID:&nbsp;</B>1l
+<B>serialVersionUID:&nbsp;</B>232l
 
 <P>
 <A NAME="serializedForm"><!-- --></A>
@@ -14886,6 +14916,46 @@
 <P>
 
 <P>
+<A NAME="org.apache.jmeter.protocol.http.util.HTTPFileArg"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class <A HREF="org/apache/jmeter/protocol/http/util/HTTPFileArg.html" title="class in org.apache.jmeter.protocol.http.util">org.apache.jmeter.protocol.http.util.HTTPFileArg</A> extends <A HREF="org/apache/jmeter/testelement/AbstractTestElement.html" title="class in org.apache.jmeter.testelement">AbstractTestElement</A> implements Serializable</B></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+<A NAME="serializedForm"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TD COLSPAN=1><FONT SIZE="+2">
+<B>Serialized Fields</B></FONT></TD>
+</TR>
+</TABLE>
+
+<H3>
+header</H3>
+<PRE>
+<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>header</B></PRE>
+<DL>
+<DD>temporary storage for header.
+<P>
+<DL>
+</DL>
+</DL>
+
+<P>
+<A NAME="org.apache.jmeter.protocol.http.util.HTTPFileArgs"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TD COLSPAN=2><FONT SIZE="+2">
+<B>Class <A HREF="org/apache/jmeter/protocol/http/util/HTTPFileArgs.html" title="class in org.apache.jmeter.protocol.http.util">org.apache.jmeter.protocol.http.util.HTTPFileArgs</A> extends <A HREF="org/apache/jmeter/config/ConfigTestElement.html" title="class in org.apache.jmeter.config">ConfigTestElement</A> implements Serializable</B></FONT></TD>
+</TR>
+</TABLE>
+
+<P>
+
+<P>
 <A NAME="org.apache.jmeter.protocol.http.util.WSDLException"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
@@ -15065,7 +15135,7 @@
 </TABLE>
 
 <P>
-<B>serialVersionUID:&nbsp;</B>1l
+<B>serialVersionUID:&nbsp;</B>232l
 
 <P>
 <A NAME="serializedForm"><!-- --></A>
@@ -15901,7 +15971,7 @@
 </TABLE>
 
 <P>
-<B>serialVersionUID:&nbsp;</B>221l
+<B>serialVersionUID:&nbsp;</B>232l
 
 <P>
 



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