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 2007/09/02 16:49:21 UTC

svn commit: r571996 - in /jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter: control/ protocol/http/gui/ protocol/http/sampler/ protocol/ldap/config/gui/ save/converters/

Author: sebb
Date: Sun Sep  2 07:49:20 2007
New Revision: 571996

URL: http://svn.apache.org/viewvc?rev=571996&view=rev
Log:
Update Javadoc

Modified:
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/IncludeController.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/AjpSampler.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/ldap/config/gui/LDAPArgumentsPanel.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/save/converters/SampleResultConverter.html

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/IncludeController.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/IncludeController.html?rev=571996&r1=571995&r2=571996&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/IncludeController.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/IncludeController.html Sun Sep  2 07:49:20 2007
@@ -98,13 +98,7 @@
 <DT>public class <B>IncludeController</B><DT>extends <A HREF="../../../../org/apache/jmeter/control/GenericController.html" title="class in org.apache.jmeter.control">GenericController</A><DT>implements <A HREF="../../../../org/apache/jmeter/control/ReplaceableController.html" title="interface in org.apache.jmeter.control">ReplaceableController</A></DL>
 
 <P>
-author Peter Lin
-<P>
-
-<P>
 <DL>
-<DT><B>Version:</B></DT>
-  <DD>$Revision: 571988 $</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.jmeter.control.IncludeController">Serialized Form</A></DL>
 <HR>
 

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.html?rev=571996&r1=571995&r2=571996&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.html Sun Sep  2 07:49:20 2007
@@ -437,7 +437,7 @@
 <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../org/apache/jmeter/config/gui/ArgumentsPanel.html#sizeColumns(javax.swing.JTable)">sizeColumns</A></CODE> in class <CODE><A HREF="../../../../../../org/apache/jmeter/config/gui/ArgumentsPanel.html" title="class in org.apache.jmeter.config.gui">ArgumentsPanel</A></CODE></DL>
 </DD>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>table</CODE> - the table to resize columns for</DL>
 </DD>
 </DL>
 <HR>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/AjpSampler.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/AjpSampler.html?rev=571996&r1=571995&r2=571996&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/AjpSampler.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/AjpSampler.html Sun Sep  2 07:49:20 2007
@@ -278,7 +278,8 @@
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#sample(java.net.URL, java.lang.String, boolean, int)">sample</A></CODE> in class <CODE><A HREF="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</A></CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>method</CODE> - HTTP method: GET, POST,...<DD><CODE>frd</CODE> - whether we're getting a redirect target
+<DT><B>Parameters:</B><DD><CODE>url</CODE> - URL to sample<DD><CODE>method</CODE> - HTTP method: GET, POST,...<DD><CODE>frd</CODE> - whether we're getting a redirect target<DD><CODE>fd</CODE> - Depth of this target in the frame structure. Used only to
+            prevent infinite recursion.
 <DT><B>Returns:</B><DD>results of the sampling</DL>
 </DD>
 </DL>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html?rev=571996&r1=571995&r2=571996&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html Sun Sep  2 07:49:20 2007
@@ -2969,7 +2969,7 @@
 </DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>e</CODE> - Exception representing the error.
+<DT><B>Parameters:</B><DD><CODE>e</CODE> - Exception representing the error.<DD><CODE>res</CODE> - SampleResult
 <DT><B>Returns:</B><DD>a sampling result useful to inform the user about the exception.</DL>
 </DD>
 </DL>
@@ -3136,7 +3136,8 @@
 </DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>method</CODE> - HTTP method: GET, POST,...<DD><CODE>areFollowingRedirect</CODE> - whether we're getting a redirect target
+<DT><B>Parameters:</B><DD><CODE>u</CODE> - URL to sample<DD><CODE>method</CODE> - HTTP method: GET, POST,...<DD><CODE>areFollowingRedirect</CODE> - whether we're getting a redirect target<DD><CODE>depth</CODE> - Depth of this target in the frame structure. Used only to
+            prevent infinite recursion.
 <DT><B>Returns:</B><DD>results of the sampling</DL>
 </DD>
 </DL>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html?rev=571996&r1=571995&r2=571996&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html Sun Sep  2 07:49:20 2007
@@ -982,7 +982,8 @@
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#sample(java.net.URL, java.lang.String, boolean, int)">sample</A></CODE> in class <CODE><A HREF="../../../../../../org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</A></CODE></DL>
 </DD>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>s</CODE> - HTTP method: GET, POST,...<DD><CODE>b</CODE> - whether we're getting a redirect target
+<DT><B>Parameters:</B><DD><CODE>u</CODE> - URL to sample<DD><CODE>s</CODE> - HTTP method: GET, POST,...<DD><CODE>b</CODE> - whether we're getting a redirect target<DD><CODE>i</CODE> - Depth of this target in the frame structure. Used only to
+            prevent infinite recursion.
 <DT><B>Returns:</B><DD>results of the sampling</DL>
 </DD>
 </DL>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/ldap/config/gui/LDAPArgumentsPanel.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/ldap/config/gui/LDAPArgumentsPanel.html?rev=571996&r1=571995&r2=571996&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/ldap/config/gui/LDAPArgumentsPanel.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/ldap/config/gui/LDAPArgumentsPanel.html Sun Sep  2 07:49:20 2007
@@ -884,7 +884,7 @@
 </DL>
 </DD>
 <DD><DL>
-</DL>
+<DT><B>Parameters:</B><DD><CODE>_table</CODE> - the table to resize columns for</DL>
 </DD>
 </DL>
 <HR>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/save/converters/SampleResultConverter.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/save/converters/SampleResultConverter.html?rev=571996&r1=571995&r2=571996&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/save/converters/SampleResultConverter.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/save/converters/SampleResultConverter.html Sun Sep  2 07:49:20 2007
@@ -661,7 +661,7 @@
                            <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>&nbsp;value)</PRE>
 <DL>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>writer</CODE> - </DL>
+<DT><B>Parameters:</B><DD><CODE>writer</CODE> - <DD><CODE>tag</CODE> - <DD><CODE>value</CODE> - </DL>
 </DD>
 </DL>
 <HR>



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