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/01 20:58:56 UTC

svn commit: r571856 [1/2] - in /jakarta/jmeter/branches/rel-2-2/docs/api: ./ org/apache/jmeter/ org/apache/jmeter/assertions/ org/apache/jmeter/config/ org/apache/jmeter/control/ org/apache/jmeter/engine/ org/apache/jmeter/gui/action/ org/apache/jmeter...

Author: sebb
Date: Sat Sep  1 11:58:53 2007
New Revision: 571856

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

Modified:
    jakarta/jmeter/branches/rel-2-2/docs/api/constant-values.html
    jakarta/jmeter/branches/rel-2-2/docs/api/index-all.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/JMeter.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/assertions/SizeAssertion.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/assertions/package-summary.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/config/CSVDataSet.html
    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/control/ModuleController.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/ReplaceableController.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/ClientJMeterEngine.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/RemoteJMeterEngineImpl.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/package-summary.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/AbstractAction.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/ActionRouter.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/CheckDirty.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/Copy.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/CreateFunctionDialog.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/Cut.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/DragNDrop.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/Paste.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/RemoteStart.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/Start.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/tree/JMeterTreeModel.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/jms/sampler/JMSSampler.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/protocol/jms/sampler/SubscriberSampler.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/testbeans/gui/GenericTestBeanCustomizer.html
    jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/testbeans/gui/package-tree.html
    jakarta/jmeter/branches/rel-2-2/docs/api/overview-tree.html
    jakarta/jmeter/branches/rel-2-2/docs/api/serialized-form.html

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/constant-values.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/constant-values.html?rev=571856&r1=571855&r2=571856&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/constant-values.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/constant-values.html Sat Sep  1 11:58:53 2007
@@ -2792,210 +2792,6 @@
 
 <TABLE BORDER="0" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD COLSPAN=3><B>org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A></B></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.CONN_FACTORY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#CONN_FACTORY">CONN_FACTORY</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.connection_factory"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.CREDENTIALS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#CREDENTIALS">CREDENTIALS</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.security_credentials"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.ITERATIONS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#ITERATIONS">ITERATIONS</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.iterations"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.JNDI_INITIAL_CONTEXT_FAC"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#JNDI_INITIAL_CONTEXT_FAC">JNDI_INITIAL_CONTEXT_FAC</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.initial_context_factory"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.PRINCIPAL"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#PRINCIPAL">PRINCIPAL</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.security_principle"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.PROVIDER_URL"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#PROVIDER_URL">PROVIDER_URL</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.provider_url"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.READ_RESPONSE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#READ_RESPONSE">READ_RESPONSE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.read_response"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.TOPIC"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#TOPIC">TOPIC</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.topic"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.USE_AUTH"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#USE_AUTH">USE_AUTH</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.authenticate"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.BaseJMSSampler.USE_PROPERTIES_FILE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#USE_PROPERTIES_FILE">USE_PROPERTIES_FILE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.jndi_properties"</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="0" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD COLSPAN=3><B>org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A></B></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.JMSSampler.IS_ONE_WAY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#IS_ONE_WAY">IS_ONE_WAY</A></CODE></TD>
-<TD ALIGN="right"><CODE>"JMSSampler.isFireAndForget"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.JMSSampler.JMS_PROPERTIES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#JMS_PROPERTIES">JMS_PROPERTIES</A></CODE></TD>
-<TD ALIGN="right"><CODE>"arguments"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.JMSSampler.JNDI_CONTEXT_PROVIDER_URL"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#JNDI_CONTEXT_PROVIDER_URL">JNDI_CONTEXT_PROVIDER_URL</A></CODE></TD>
-<TD ALIGN="right"><CODE>"JMSSampler.contextProviderUrl"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.JMSSampler.JNDI_INITIAL_CONTEXT_FACTORY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#JNDI_INITIAL_CONTEXT_FACTORY">JNDI_INITIAL_CONTEXT_FACTORY</A></CODE></TD>
-<TD ALIGN="right"><CODE>"JMSSampler.initialContextFactory"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.JMSSampler.JNDI_PROPERTIES"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#JNDI_PROPERTIES">JNDI_PROPERTIES</A></CODE></TD>
-<TD ALIGN="right"><CODE>"JMSSampler.jndiProperties"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.JMSSampler.QUEUE_CONNECTION_FACTORY_JNDI"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#QUEUE_CONNECTION_FACTORY_JNDI">QUEUE_CONNECTION_FACTORY_JNDI</A></CODE></TD>
-<TD ALIGN="right"><CODE>"JMSSampler.queueconnectionfactory"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.JMSSampler.RECEIVE_QUEUE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#RECEIVE_QUEUE">RECEIVE_QUEUE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"JMSSampler.ReceiveQueue"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.JMSSampler.SEND_QUEUE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#SEND_QUEUE">SEND_QUEUE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"JMSSampler.SendQueue"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.JMSSampler.TIMEOUT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#TIMEOUT">TIMEOUT</A></CODE></TD>
-<TD ALIGN="right"><CODE>"JMSSampler.timeout"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.JMSSampler.XML_DATA"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#XML_DATA">XML_DATA</A></CODE></TD>
-<TD ALIGN="right"><CODE>"HTTPSamper.xml_data"</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="0" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD COLSPAN=3><B>org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">PublisherSampler</A></B></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.PublisherSampler.CONFIG_CHOICE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#CONFIG_CHOICE">CONFIG_CHOICE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.config_choice"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.PublisherSampler.INPUT_FILE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#INPUT_FILE">INPUT_FILE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.input_file"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.PublisherSampler.MESSAGE_CHOICE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#MESSAGE_CHOICE">MESSAGE_CHOICE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.config_msg_type"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.PublisherSampler.RANDOM_PATH"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#RANDOM_PATH">RANDOM_PATH</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.random_path"</CODE></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.PublisherSampler.TEXT_MSG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#TEXT_MSG">TEXT_MSG</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.text_message"</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="0" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
-<TD COLSPAN=3><B>org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/SubscriberSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">SubscriberSampler</A></B></TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<A NAME="org.apache.jmeter.protocol.jms.sampler.SubscriberSampler.CLIENT_CHOICE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
-<CODE>public&nbsp;static&nbsp;final&nbsp;<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></CODE></FONT></TD>
-<TD ALIGN="left"><CODE><A HREF="org/apache/jmeter/protocol/jms/sampler/SubscriberSampler.html#CLIENT_CHOICE">CLIENT_CHOICE</A></CODE></TD>
-<TD ALIGN="right"><CODE>"jms.client_choice"</CODE></TD>
-</TR>
-</FONT></TD>
-</TR>
-</TABLE>
-
-<P>
-
-<P>
-
-<TABLE BORDER="0" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
-<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 <TD COLSPAN=3><B>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">LDAPArgument</A></B></TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">

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=571856&r1=571855&r2=571856&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  1 11:58:53 2007
@@ -1481,9 +1481,6 @@
 <DT><A HREF="org/apache/jmeter/gui/action/KeyStrokes.html#CLEAR_ALL"><B>CLEAR_ALL</B></A> - 
 Static variable in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/KeyStrokes.html" title="class in org.apache.jmeter.gui.action">KeyStrokes</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/SubscriberSampler.html#CLIENT_CHOICE"><B>CLIENT_CHOICE</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/SubscriberSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">SubscriberSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/visualizers/ViewResultsFullVisualizer.html#CLIENT_ERROR_COLOR"><B>CLIENT_ERROR_COLOR</B></A> - 
 Static variable in class org.apache.jmeter.visualizers.<A HREF="org/apache/jmeter/visualizers/ViewResultsFullVisualizer.html" title="class in org.apache.jmeter.visualizers">ViewResultsFullVisualizer</A>
 <DD>&nbsp;
@@ -1529,9 +1526,6 @@
 <DT><A HREF="org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.html#COMPAREFILT"><B>COMPAREFILT</B></A> - 
 Static variable in class org.apache.jmeter.protocol.ldap.sampler.<A HREF="org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.html" title="class in org.apache.jmeter.protocol.ldap.sampler">LDAPExtSampler</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#CONFIG_CHOICE"><B>CONFIG_CHOICE</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">PublisherSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/gui/util/MenuFactory.html#CONFIG_ELEMENTS"><B>CONFIG_ELEMENTS</B></A> - 
 Static variable in class org.apache.jmeter.gui.util.<A HREF="org/apache/jmeter/gui/util/MenuFactory.html" title="class in org.apache.jmeter.gui.util">MenuFactory</A>
 <DD>&nbsp;
@@ -1550,9 +1544,6 @@
 <DT><A HREF="org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.html#CONNTO"><B>CONNTO</B></A> - 
 Static variable in class org.apache.jmeter.protocol.ldap.sampler.<A HREF="org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.html" title="class in org.apache.jmeter.protocol.ldap.sampler">LDAPExtSampler</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#CONN_FACTORY"><B>CONN_FACTORY</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/protocol/java/sampler/JUnitSampler.html#CONSTRUCTORSTRING"><B>CONSTRUCTORSTRING</B></A> - 
 Static variable in class org.apache.jmeter.protocol.java.sampler.<A HREF="org/apache/jmeter/protocol/java/sampler/JUnitSampler.html" title="class in org.apache.jmeter.protocol.java.sampler">JUnitSampler</A>
 <DD>&nbsp;
@@ -1592,9 +1583,6 @@
 <DT><A HREF="org/apache/jmeter/util/CPSPauser.html" title="class in org.apache.jmeter.util"><B>CPSPauser</B></A> - class org.apache.jmeter.util.<A HREF="org/apache/jmeter/util/CPSPauser.html" title="class in org.apache.jmeter.util">CPSPauser</A>.<DD>Generate appropriate pauses for a given CPS (characters per second)<DT><A HREF="org/apache/jmeter/util/CPSPauser.html#CPSPauser(int)"><B>CPSPauser(int)</B></A> - 
 Constructor for class org.apache.jmeter.util.<A HREF="org/apache/jmeter/util/CPSPauser.html" title="class in org.apache.jmeter.util">CPSPauser</A>
 <DD>Create a pauser with the appropriate speed settings.
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#CREDENTIALS"><B>CREDENTIALS</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/config/CSVDataSet.html" title="class in org.apache.jmeter.config"><B>CSVDataSet</B></A> - class org.apache.jmeter.config.<A HREF="org/apache/jmeter/config/CSVDataSet.html" title="class in org.apache.jmeter.config">CSVDataSet</A>.<DD>&nbsp;<DT><A HREF="org/apache/jmeter/config/CSVDataSet.html#CSVDataSet()"><B>CSVDataSet()</B></A> - 
 Constructor for class org.apache.jmeter.config.<A HREF="org/apache/jmeter/config/CSVDataSet.html" title="class in org.apache.jmeter.config">CSVDataSet</A>
 <DD>&nbsp;
@@ -1660,7 +1648,7 @@
 <DT><A HREF="org/apache/jmeter/samplers/Clearable.html" title="interface in org.apache.jmeter.samplers"><B>Clearable</B></A> - interface org.apache.jmeter.samplers.<A HREF="org/apache/jmeter/samplers/Clearable.html" title="interface in org.apache.jmeter.samplers">Clearable</A>.<DD>Identifies an object which supports the clearing of run-time data
  using the clearData() method.
  
- <DT><A HREF="org/apache/jmeter/engine/ClientJMeterEngine.html" title="class in org.apache.jmeter.engine"><B>ClientJMeterEngine</B></A> - class org.apache.jmeter.engine.<A HREF="org/apache/jmeter/engine/ClientJMeterEngine.html" title="class in org.apache.jmeter.engine">ClientJMeterEngine</A>.<DD>&nbsp;<DT><A HREF="org/apache/jmeter/engine/ClientJMeterEngine.html#ClientJMeterEngine(java.lang.String)"><B>ClientJMeterEngine(String)</B></A> - 
+ <DT><A HREF="org/apache/jmeter/engine/ClientJMeterEngine.html" title="class in org.apache.jmeter.engine"><B>ClientJMeterEngine</B></A> - class org.apache.jmeter.engine.<A HREF="org/apache/jmeter/engine/ClientJMeterEngine.html" title="class in org.apache.jmeter.engine">ClientJMeterEngine</A>.<DD>Class to run remote tests from the client JMeter and collect remote samples<DT><A HREF="org/apache/jmeter/engine/ClientJMeterEngine.html#ClientJMeterEngine(java.lang.String)"><B>ClientJMeterEngine(String)</B></A> - 
 Constructor for class org.apache.jmeter.engine.<A HREF="org/apache/jmeter/engine/ClientJMeterEngine.html" title="class in org.apache.jmeter.engine">ClientJMeterEngine</A>
 <DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/engine/ClientJMeterEngine.html#ClientJMeterEngine(org.apache.jmeter.engine.RemoteJMeterEngine)"><B>ClientJMeterEngine(RemoteJMeterEngine)</B></A> - 
@@ -3028,9 +3016,9 @@
 <DT><A HREF="org/apache/jmeter/protocol/http/util/accesslog/TCLogParser.html#convertStringtoNVPair(java.lang.String)"><B>convertStringtoNVPair(String)</B></A> - 
 Method in class org.apache.jmeter.protocol.http.util.accesslog.<A HREF="org/apache/jmeter/protocol/http/util/accesslog/TCLogParser.html" title="class in org.apache.jmeter.protocol.http.util.accesslog">TCLogParser</A>
 <DD>Parse the string parameters into NVPair[] array. 
-<DT><A HREF="org/apache/jmeter/gui/action/AbstractAction.html#convertSubTree(org.apache.jorphan.collections.HashTree)"><B>convertSubTree(HashTree)</B></A> - 
-Method in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/AbstractAction.html" title="class in org.apache.jmeter.gui.action">AbstractAction</A>
-<DD>&nbsp;
+<DT><A HREF="org/apache/jmeter/JMeter.html#convertSubTree(org.apache.jorphan.collections.HashTree)"><B>convertSubTree(HashTree)</B></A> - 
+Static method in class org.apache.jmeter.<A HREF="org/apache/jmeter/JMeter.html" title="class in org.apache.jmeter">JMeter</A>
+<DD>Refactored from AbstractAction.java
 <DT><A HREF="org/apache/jmeter/report/gui/action/AbstractAction.html#convertSubTree(org.apache.jorphan.collections.HashTree)"><B>convertSubTree(HashTree)</B></A> - 
 Method in class org.apache.jmeter.report.gui.action.<A HREF="org/apache/jmeter/report/gui/action/AbstractAction.html" title="class in org.apache.jmeter.report.gui.action">AbstractAction</A>
 <DD>&nbsp;
@@ -5432,7 +5420,7 @@
 <DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/assertions/SizeAssertion.html#getAllowedSize()"><B>getAllowedSize()</B></A> - 
 Method in class org.apache.jmeter.assertions.<A HREF="org/apache/jmeter/assertions/SizeAssertion.html" title="class in org.apache.jmeter.assertions">SizeAssertion</A>
-<DD>Returns the size in bytes to be asserted. 
+<DD>Returns the size in bytes to be asserted.
 <DT><A HREF="org/apache/jmeter/protocol/java/sampler/JUnitSampler.html#getAppendError()"><B>getAppendError()</B></A> - 
 Method in class org.apache.jmeter.protocol.java.sampler.<A HREF="org/apache/jmeter/protocol/java/sampler/JUnitSampler.html" title="class in org.apache.jmeter.protocol.java.sampler">JUnitSampler</A>
 <DD>If append error is not set, by default it is set to false,
@@ -8972,7 +8960,8 @@
 <DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/assertions/SizeAssertion.html#getResult(org.apache.jmeter.samplers.SampleResult)"><B>getResult(SampleResult)</B></A> - 
 Method in class org.apache.jmeter.assertions.<A HREF="org/apache/jmeter/assertions/SizeAssertion.html" title="class in org.apache.jmeter.assertions">SizeAssertion</A>
-<DD>Returns the result of the Assertion. 
+<DD>Returns the result of the Assertion. 
+ 
 <DT><A HREF="org/apache/jmeter/assertions/XMLAssertion.html#getResult(org.apache.jmeter.samplers.SampleResult)"><B>getResult(SampleResult)</B></A> - 
 Method in class org.apache.jmeter.assertions.<A HREF="org/apache/jmeter/assertions/XMLAssertion.html" title="class in org.apache.jmeter.assertions">XMLAssertion</A>
 <DD>Returns the result of the Assertion. 
@@ -9365,6 +9354,9 @@
 Method in class org.apache.jmeter.testelement.<A HREF="org/apache/jmeter/testelement/JTLData.html" title="class in org.apache.jmeter.testelement">JTLData</A>
 <DD>The purpose of the method is to make it convienant to pass a list
  of the URL's and return a list of the SamplingStatCalculators. 
+<DT><A HREF="org/apache/jmeter/config/CSVDataSet.html#getStopThread()"><B>getStopThread()</B></A> - 
+Method in class org.apache.jmeter.config.<A HREF="org/apache/jmeter/config/CSVDataSet.html" title="class in org.apache.jmeter.config">CSVDataSet</A>
+<DD>&nbsp;
 <DT><A HREF="org/apache/jorphan/util/Converter.html#getString(java.lang.Object, java.lang.String)"><B>getString(Object, String)</B></A> - 
 Static method in class org.apache.jorphan.util.<A HREF="org/apache/jorphan/util/Converter.html" title="class in org.apache.jorphan.util">Converter</A>
 <DD>Converts object to a String, return defaultValue if object is null.
@@ -10564,9 +10556,6 @@
 <DT><A HREF="org/apache/jmeter/protocol/java/sampler/BeanShellSampler.html#INIT_FILE"><B>INIT_FILE</B></A> - 
 Static variable in class org.apache.jmeter.protocol.java.sampler.<A HREF="org/apache/jmeter/protocol/java/sampler/BeanShellSampler.html" title="class in org.apache.jmeter.protocol.java.sampler">BeanShellSampler</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#INPUT_FILE"><B>INPUT_FILE</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">PublisherSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/gui/action/ActionNames.html#INSERT_AFTER"><B>INSERT_AFTER</B></A> - 
 Static variable in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/ActionNames.html" title="class in org.apache.jmeter.gui.action">ActionNames</A>
 <DD>&nbsp;
@@ -10579,12 +10568,6 @@
 <DT><A HREF="org/apache/jmeter/report/gui/action/ReportDragNDrop.html#INSERT_BEFORE"><B>INSERT_BEFORE</B></A> - 
 Static variable in class org.apache.jmeter.report.gui.action.<A HREF="org/apache/jmeter/report/gui/action/ReportDragNDrop.html" title="class in org.apache.jmeter.report.gui.action">ReportDragNDrop</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#IS_ONE_WAY"><B>IS_ONE_WAY</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
-<DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#ITERATIONS"><B>ITERATIONS</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/control/IfController.html" title="class in org.apache.jmeter.control"><B>IfController</B></A> - class org.apache.jmeter.control.<A HREF="org/apache/jmeter/control/IfController.html" title="class in org.apache.jmeter.control">IfController</A>.<DD>&nbsp;<DT><A HREF="org/apache/jmeter/control/IfController.html#IfController()"><B>IfController()</B></A> - 
 Constructor for class org.apache.jmeter.control.<A HREF="org/apache/jmeter/control/IfController.html" title="class in org.apache.jmeter.control">IfController</A>
 <DD>constructor
@@ -11150,6 +11133,9 @@
 <DT><A HREF="org/apache/jmeter/assertions/gui/XPathPanel.html#isNegated()"><B>isNegated()</B></A> - 
 Method in class org.apache.jmeter.assertions.gui.<A HREF="org/apache/jmeter/assertions/gui/XPathPanel.html" title="class in org.apache.jmeter.assertions.gui">XPathPanel</A>
 <DD>Does this negate the xpath results
+<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#isNonPersistent()"><B>isNonPersistent()</B></A> - 
+Method in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
+<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/assertions/ResponseAssertion.html#isNotType()"><B>isNotType()</B></A> - 
 Method in class org.apache.jmeter.assertions.<A HREF="org/apache/jmeter/assertions/ResponseAssertion.html" title="class in org.apache.jmeter.assertions">ResponseAssertion</A>
 <DD>&nbsp;
@@ -11543,9 +11529,6 @@
 <DT><A HREF="org/apache/jmeter/protocol/jms/control/gui/JMSSubscriberGui.html" title="class in org.apache.jmeter.protocol.jms.control.gui"><B>JMSSubscriberGui</B></A> - class org.apache.jmeter.protocol.jms.control.gui.<A HREF="org/apache/jmeter/protocol/jms/control/gui/JMSSubscriberGui.html" title="class in org.apache.jmeter.protocol.jms.control.gui">JMSSubscriberGui</A>.<DD>This is the GUI for JMS Subscriber <br><DT><A HREF="org/apache/jmeter/protocol/jms/control/gui/JMSSubscriberGui.html#JMSSubscriberGui()"><B>JMSSubscriberGui()</B></A> - 
 Constructor for class org.apache.jmeter.protocol.jms.control.gui.<A HREF="org/apache/jmeter/protocol/jms/control/gui/JMSSubscriberGui.html" title="class in org.apache.jmeter.protocol.jms.control.gui">JMSSubscriberGui</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#JMS_PROPERTIES"><B>JMS_PROPERTIES</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/JMeter.html" title="class in org.apache.jmeter"><B>JMeter</B></A> - class org.apache.jmeter.<A HREF="org/apache/jmeter/JMeter.html" title="class in org.apache.jmeter">JMeter</A>.<DD>&nbsp;<DT><A HREF="org/apache/jmeter/JMeter.html#JMeter()"><B>JMeter()</B></A> - 
 Constructor for class org.apache.jmeter.<A HREF="org/apache/jmeter/JMeter.html" title="class in org.apache.jmeter">JMeter</A>
 <DD>&nbsp;
@@ -11646,19 +11629,7 @@
 <DT><A HREF="org/apache/jmeter/threads/JMeterVariables.html" title="class in org.apache.jmeter.threads"><B>JMeterVariables</B></A> - class org.apache.jmeter.threads.<A HREF="org/apache/jmeter/threads/JMeterVariables.html" title="class in org.apache.jmeter.threads">JMeterVariables</A>.<DD>&nbsp;<DT><A HREF="org/apache/jmeter/threads/JMeterVariables.html#JMeterVariables()"><B>JMeterVariables()</B></A> - 
 Constructor for class org.apache.jmeter.threads.<A HREF="org/apache/jmeter/threads/JMeterVariables.html" title="class in org.apache.jmeter.threads">JMeterVariables</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/util/JMeterVersion.html" title="class in org.apache.jmeter.util"><B>JMeterVersion</B></A> - class org.apache.jmeter.util.<A HREF="org/apache/jmeter/util/JMeterVersion.html" title="class in org.apache.jmeter.util">JMeterVersion</A>.<DD>Utility class to define the JMeter Version string<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#JNDI_CONTEXT_PROVIDER_URL"><B>JNDI_CONTEXT_PROVIDER_URL</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
-<DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#JNDI_INITIAL_CONTEXT_FAC"><B>JNDI_INITIAL_CONTEXT_FAC</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A>
-<DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#JNDI_INITIAL_CONTEXT_FACTORY"><B>JNDI_INITIAL_CONTEXT_FACTORY</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
-<DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#JNDI_PROPERTIES"><B>JNDI_PROPERTIES</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
-<DD>&nbsp;
-<DT><A HREF="org/apache/jorphan/util/JOrphanUtils.html" title="class in org.apache.jorphan.util"><B>JOrphanUtils</B></A> - class org.apache.jorphan.util.<A HREF="org/apache/jorphan/util/JOrphanUtils.html" title="class in org.apache.jorphan.util">JOrphanUtils</A>.<DD>This class contains frequently-used static utility methods.
+<DT><A HREF="org/apache/jmeter/util/JMeterVersion.html" title="class in org.apache.jmeter.util"><B>JMeterVersion</B></A> - class org.apache.jmeter.util.<A HREF="org/apache/jmeter/util/JMeterVersion.html" title="class in org.apache.jmeter.util">JMeterVersion</A>.<DD>Utility class to define the JMeter Version string<DT><A HREF="org/apache/jorphan/util/JOrphanUtils.html" title="class in org.apache.jorphan.util"><B>JOrphanUtils</B></A> - class org.apache.jorphan.util.<A HREF="org/apache/jorphan/util/JOrphanUtils.html" title="class in org.apache.jorphan.util">JOrphanUtils</A>.<DD>This class contains frequently-used static utility methods.
  
  <DT><A HREF="org/apache/jmeter/save/SaveGraphicsService.html#JPEG_EXTENSION"><B>JPEG_EXTENSION</B></A> - 
 Static variable in class org.apache.jmeter.save.<A HREF="org/apache/jmeter/save/SaveGraphicsService.html" title="class in org.apache.jmeter.save">SaveGraphicsService</A>
@@ -12271,9 +12242,6 @@
 <DT><A HREF="org/apache/jmeter/gui/action/ActionNames.html#MERGE"><B>MERGE</B></A> - 
 Static variable in class org.apache.jmeter.gui.action.<A HREF="org/apache/jmeter/gui/action/ActionNames.html" title="class in org.apache.jmeter.gui.action">ActionNames</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#MESSAGE_CHOICE"><B>MESSAGE_CHOICE</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">PublisherSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/config/Argument.html#METADATA"><B>METADATA</B></A> - 
 Static variable in class org.apache.jmeter.config.<A HREF="org/apache/jmeter/config/Argument.html" title="class in org.apache.jmeter.config">Argument</A>
 <DD>Name used to store the argument's metadata.
@@ -13494,9 +13462,6 @@
 <DT><A HREF="org/apache/jmeter/gui/util/ReportMenuFactory.html#PRE_PROCESSORS"><B>PRE_PROCESSORS</B></A> - 
 Static variable in class org.apache.jmeter.gui.util.<A HREF="org/apache/jmeter/gui/util/ReportMenuFactory.html" title="class in org.apache.jmeter.gui.util">ReportMenuFactory</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#PRINCIPAL"><B>PRINCIPAL</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/monitor/parser/Constants.html#PROCESSINGTIME"><B>PROCESSINGTIME</B></A> - 
 Static variable in class org.apache.jmeter.monitor.parser.<A HREF="org/apache/jmeter/monitor/parser/Constants.html" title="class in org.apache.jmeter.monitor.parser">Constants</A>
 <DD>&nbsp;
@@ -13512,9 +13477,6 @@
 <DT><A HREF="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#PROTOCOL_HTTPS"><B>PROTOCOL_HTTPS</B></A> - 
 Static variable in class org.apache.jmeter.protocol.http.sampler.<A HREF="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#PROVIDER_URL"><B>PROVIDER_URL</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html#PROXY_HOST"><B>PROXY_HOST</B></A> - 
 Static variable in class org.apache.jmeter.protocol.http.sampler.<A HREF="org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html" title="class in org.apache.jmeter.protocol.http.sampler">WebServiceSampler</A>
 <DD>&nbsp;
@@ -13909,9 +13871,6 @@
 <DT><A HREF="org/apache/jmeter/testbeans/BeanInfoSupport.html#property(java.lang.String)"><B>property(String)</B></A> - 
 Method in class org.apache.jmeter.testbeans.<A HREF="org/apache/jmeter/testbeans/BeanInfoSupport.html" title="class in org.apache.jmeter.testbeans">BeanInfoSupport</A>
 <DD>Get the property descriptor for the property of the given name.
-<DT><A HREF="org/apache/jmeter/testbeans/gui/GenericTestBeanCustomizer.html#propertyChange(java.beans.PropertyChangeEvent)"><B>propertyChange(PropertyChangeEvent)</B></A> - 
-Method in class org.apache.jmeter.testbeans.gui.<A HREF="org/apache/jmeter/testbeans/gui/GenericTestBeanCustomizer.html" title="class in org.apache.jmeter.testbeans.gui">GenericTestBeanCustomizer</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/testelement/AbstractTestElement.html#propertyIterator()"><B>propertyIterator()</B></A> - 
 Method in class org.apache.jmeter.testelement.<A HREF="org/apache/jmeter/testelement/AbstractTestElement.html" title="class in org.apache.jmeter.testelement">AbstractTestElement</A>
 <DD>&nbsp;
@@ -13966,9 +13925,6 @@
 <A NAME="_Q_"><!-- --></A><H2>
 <B>Q</B></H2>
 <DL>
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#QUEUE_CONNECTION_FACTORY_JNDI"><B>QUEUE_CONNECTION_FACTORY_JNDI</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/protocol/jms/sampler/QueueExecutor.html" title="interface in org.apache.jmeter.protocol.jms.sampler"><B>QueueExecutor</B></A> - interface org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/QueueExecutor.html" title="interface in org.apache.jmeter.protocol.jms.sampler">QueueExecutor</A>.<DD>Executor for (pseudo) synchronous communication. <DT><A HREF="org/apache/jmeter/visualizers/GraphAccumModel.html#quickUpdate(org.apache.jmeter.samplers.SampleResult)"><B>quickUpdate(SampleResult)</B></A> - 
 Method in class org.apache.jmeter.visualizers.<A HREF="org/apache/jmeter/visualizers/GraphAccumModel.html" title="class in org.apache.jmeter.visualizers">GraphAccumModel</A>
 <DD>The sample to be added did not exceed the current set of samples so do
@@ -13984,9 +13940,6 @@
 <DT><A HREF="org/apache/jmeter/functions/RegexFunction.html#RAND"><B>RAND</B></A> - 
 Static variable in class org.apache.jmeter.functions.<A HREF="org/apache/jmeter/functions/RegexFunction.html" title="class in org.apache.jmeter.functions">RegexFunction</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#RANDOM_PATH"><B>RANDOM_PATH</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">PublisherSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/timers/RandomTimer.html#RANGE"><B>RANGE</B></A> - 
 Static variable in class org.apache.jmeter.timers.<A HREF="org/apache/jmeter/timers/RandomTimer.html" title="class in org.apache.jmeter.timers">RandomTimer</A>
 <DD>&nbsp;
@@ -13996,12 +13949,6 @@
 <DT><A HREF="org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html#READ_RESPONSE"><B>READ_RESPONSE</B></A> - 
 Static variable in class org.apache.jmeter.protocol.http.sampler.<A HREF="org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html" title="class in org.apache.jmeter.protocol.http.sampler">WebServiceSampler</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#READ_RESPONSE"><B>READ_RESPONSE</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A>
-<DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#RECEIVE_QUEUE"><B>RECEIVE_QUEUE</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/visualizers/ViewResultsFullVisualizer.html#REDIRECT_COLOR"><B>REDIRECT_COLOR</B></A> - 
 Static variable in class org.apache.jmeter.visualizers.<A HREF="org/apache/jmeter/visualizers/ViewResultsFullVisualizer.html" title="class in org.apache.jmeter.visualizers">ViewResultsFullVisualizer</A>
 <DD>&nbsp;
@@ -14911,6 +14858,15 @@
 Method in class org.apache.jmeter.protocol.http.modifier.<A HREF="org/apache/jmeter/protocol/http/modifier/ParamMask.html" title="class in org.apache.jmeter.protocol.http.modifier">ParamMask</A>
 <DD>This method determines the policy of what value to start (and re-start)
  at.
+<DT><A HREF="org/apache/jmeter/control/IncludeController.html#resolveReplacementSubTree(java.lang.Object)"><B>resolveReplacementSubTree(Object)</B></A> - 
+Method in class org.apache.jmeter.control.<A HREF="org/apache/jmeter/control/IncludeController.html" title="class in org.apache.jmeter.control">IncludeController</A>
+<DD>&nbsp;
+<DT><A HREF="org/apache/jmeter/control/ModuleController.html#resolveReplacementSubTree(java.lang.Object)"><B>resolveReplacementSubTree(Object)</B></A> - 
+Method in class org.apache.jmeter.control.<A HREF="org/apache/jmeter/control/ModuleController.html" title="class in org.apache.jmeter.control">ModuleController</A>
+<DD>Compute the replacement tree.
+<DT><A HREF="org/apache/jmeter/control/ReplaceableController.html#resolveReplacementSubTree(java.lang.Object)"><B>resolveReplacementSubTree(Object)</B></A> - 
+Method in interface org.apache.jmeter.control.<A HREF="org/apache/jmeter/control/ReplaceableController.html" title="interface in org.apache.jmeter.control">ReplaceableController</A>
+<DD>Compute the replacement tree.
 <DT><A HREF="org/apache/jmeter/save/converters/ConversionHelp.html#restoreSpecialProperties(org.apache.jmeter.testelement.TestElement, com.thoughtworks.xstream.io.HierarchicalStreamReader)"><B>restoreSpecialProperties(TestElement, HierarchicalStreamReader)</B></A> - 
 Static method in class org.apache.jmeter.save.converters.<A HREF="org/apache/jmeter/save/converters/ConversionHelp.html" title="class in org.apache.jmeter.save.converters">ConversionHelp</A>
 <DD>&nbsp;
@@ -15158,9 +15114,6 @@
 <DT><A HREF="org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.html#SECURE"><B>SECURE</B></A> - 
 Static variable in class org.apache.jmeter.protocol.ldap.sampler.<A HREF="org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.html" title="class in org.apache.jmeter.protocol.ldap.sampler">LDAPExtSampler</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#SEND_QUEUE"><B>SEND_QUEUE</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/protocol/http/sampler/SoapSampler.html#SEND_SOAP_ACTION"><B>SEND_SOAP_ACTION</B></A> - 
 Static variable in class org.apache.jmeter.protocol.http.sampler.<A HREF="org/apache/jmeter/protocol/http/sampler/SoapSampler.html" title="class in org.apache.jmeter.protocol.http.sampler">SoapSampler</A>
 <DD>&nbsp;
@@ -15442,7 +15395,9 @@
 <DT><A HREF="org/apache/jmeter/engine/util/SimpleVariable.html#SimpleVariable()"><B>SimpleVariable()</B></A> - 
 Constructor for class org.apache.jmeter.engine.util.<A HREF="org/apache/jmeter/engine/util/SimpleVariable.html" title="class in org.apache.jmeter.engine.util">SimpleVariable</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/assertions/SizeAssertion.html" title="class in org.apache.jmeter.assertions"><B>SizeAssertion</B></A> - class org.apache.jmeter.assertions.<A HREF="org/apache/jmeter/assertions/SizeAssertion.html" title="class in org.apache.jmeter.assertions">SizeAssertion</A>.<DD>Checks if the results of a Sample matches a particular size.<DT><A HREF="org/apache/jmeter/assertions/SizeAssertion.html#SizeAssertion()"><B>SizeAssertion()</B></A> - 
+<DT><A HREF="org/apache/jmeter/assertions/SizeAssertion.html" title="class in org.apache.jmeter.assertions"><B>SizeAssertion</B></A> - class org.apache.jmeter.assertions.<A HREF="org/apache/jmeter/assertions/SizeAssertion.html" title="class in org.apache.jmeter.assertions">SizeAssertion</A>.<DD>Checks if the results of a Sample matches a particular size.
+ 
+ <DT><A HREF="org/apache/jmeter/assertions/SizeAssertion.html#SizeAssertion()"><B>SizeAssertion()</B></A> - 
 Constructor for class org.apache.jmeter.assertions.<A HREF="org/apache/jmeter/assertions/SizeAssertion.html" title="class in org.apache.jmeter.assertions">SizeAssertion</A>
 <DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/assertions/gui/SizeAssertionGui.html" title="class in org.apache.jmeter.assertions.gui"><B>SizeAssertionGui</B></A> - class org.apache.jmeter.assertions.gui.<A HREF="org/apache/jmeter/assertions/gui/SizeAssertionGui.html" title="class in org.apache.jmeter.assertions.gui">SizeAssertionGui</A>.<DD>&nbsp;<DT><A HREF="org/apache/jmeter/assertions/gui/SizeAssertionGui.html#SizeAssertionGui()"><B>SizeAssertionGui()</B></A> - 
@@ -17102,12 +17057,18 @@
 <DT><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#setIterations(java.lang.String)"><B>setIterations(String)</B></A> - 
 Method in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A>
 <DD>set the number of iterations the sampler should aggregate
+<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#setJMSProperties(org.apache.jmeter.config.Arguments)"><B>setJMSProperties(Arguments)</B></A> - 
+Method in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
+<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/util/JMeterUtils.html#setJMeterHome(java.lang.String)"><B>setJMeterHome(String)</B></A> - 
 Static method in class org.apache.jmeter.util.<A HREF="org/apache/jmeter/util/JMeterUtils.html" title="class in org.apache.jmeter.util">JMeterUtils</A>
 <DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#setJNDIIntialContextFactory(java.lang.String)"><B>setJNDIIntialContextFactory(String)</B></A> - 
 Method in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A>
 <DD>set the initial context factory
+<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#setJNDIProperties(org.apache.jmeter.config.Arguments)"><B>setJNDIProperties(Arguments)</B></A> - 
+Method in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
+<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/gui/tree/JMeterTreeListener.html#setJTree(javax.swing.JTree)"><B>setJTree(JTree)</B></A> - 
 Method in class org.apache.jmeter.gui.tree.<A HREF="org/apache/jmeter/gui/tree/JMeterTreeListener.html" title="class in org.apache.jmeter.gui.tree">JMeterTreeListener</A>
 <DD>Sets the JTree attribute of the JMeterTreeListener object.
@@ -17483,6 +17444,9 @@
 <DT><A HREF="org/apache/jmeter/threads/gui/ThreadGroupGui.html#setNode(org.apache.jmeter.gui.tree.JMeterTreeNode)"><B>setNode(JMeterTreeNode)</B></A> - 
 Method in class org.apache.jmeter.threads.gui.<A HREF="org/apache/jmeter/threads/gui/ThreadGroupGui.html" title="class in org.apache.jmeter.threads.gui">ThreadGroupGui</A>
 <DD>&nbsp;
+<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#setNonPersistent(boolean)"><B>setNonPersistent(boolean)</B></A> - 
+Method in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
+<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/protocol/mail/sampler/MailReaderSampler.html#setNumMessages(int)"><B>setNumMessages(int)</B></A> - 
 Method in class org.apache.jmeter.protocol.mail.sampler.<A HREF="org/apache/jmeter/protocol/mail/sampler/MailReaderSampler.html" title="class in org.apache.jmeter.protocol.mail.sampler">MailReaderSampler</A>
 <DD>&nbsp;
@@ -18318,6 +18282,9 @@
 <DT><A HREF="org/apache/jmeter/samplers/SampleResult.html#setStopTest(boolean)"><B>setStopTest(boolean)</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/config/CSVDataSet.html#setStopThread(boolean)"><B>setStopThread(boolean)</B></A> - 
+Method in class org.apache.jmeter.config.<A HREF="org/apache/jmeter/config/CSVDataSet.html" title="class in org.apache.jmeter.config">CSVDataSet</A>
+<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/samplers/SampleResult.html#setStopThread(boolean)"><B>setStopThread(boolean)</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;
@@ -18539,7 +18506,7 @@
 <DT><A HREF="org/apache/jmeter/protocol/jdbc/config/DataSourceElement.html#setTimeout(java.lang.String)"><B>setTimeout(String)</B></A> - 
 Method in class org.apache.jmeter.protocol.jdbc.config.<A HREF="org/apache/jmeter/protocol/jdbc/config/DataSourceElement.html" title="class in org.apache.jmeter.protocol.jdbc.config">DataSourceElement</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#setTimeout(int)"><B>setTimeout(int)</B></A> - 
+<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#setTimeout(java.lang.String)"><B>setTimeout(String)</B></A> - 
 Method in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
 <DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/protocol/tcp/sampler/TCPSampler.html#setTimeout(java.lang.String)"><B>setTimeout(String)</B></A> - 
@@ -19424,9 +19391,6 @@
 <DT><A HREF="org/apache/jmeter/samplers/SampleResult.html#TEXT"><B>TEXT</B></A> - 
 Static variable in class org.apache.jmeter.samplers.<A HREF="org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</A>
 <DD>Data type value indicating that the response data is text.
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html#TEXT_MSG"><B>TEXT_MSG</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/PublisherSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">PublisherSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/sampler/TestAction.html#THREAD"><B>THREAD</B></A> - 
 Static variable in class org.apache.jmeter.sampler.<A HREF="org/apache/jmeter/sampler/TestAction.html" title="class in org.apache.jmeter.sampler">TestAction</A>
 <DD>&nbsp;
@@ -19451,9 +19415,6 @@
 <DT><A HREF="org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html#TIMEOUT"><B>TIMEOUT</B></A> - 
 Static variable in class org.apache.jmeter.protocol.http.sampler.<A HREF="org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html" title="class in org.apache.jmeter.protocol.http.sampler">WebServiceSampler</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#TIMEOUT"><B>TIMEOUT</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/protocol/tcp/sampler/TCPSampler.html#TIMEOUT"><B>TIMEOUT</B></A> - 
 Static variable in class org.apache.jmeter.protocol.tcp.sampler.<A HREF="org/apache/jmeter/protocol/tcp/sampler/TCPSampler.html" title="class in org.apache.jmeter.protocol.tcp.sampler">TCPSampler</A>
 <DD>&nbsp;
@@ -19470,9 +19431,6 @@
 Static variable in class org.apache.jorphan.gui.layout.<A HREF="org/apache/jorphan/gui/layout/VerticalLayout.html" title="class in org.apache.jorphan.gui.layout">VerticalLayout</A>
 <DD>The anchoring constant that designates anchoring to the top of the
  display area.
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#TOPIC"><B>TOPIC</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#TRACE"><B>TRACE</B></A> - 
 Static variable in class org.apache.jmeter.protocol.http.sampler.<A HREF="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</A>
 <DD>&nbsp;
@@ -20428,9 +20386,6 @@
 <DT><A HREF="org/apache/jmeter/testelement/TestPlan.html#USER_DEFINED_VARIABLES"><B>USER_DEFINED_VARIABLES</B></A> - 
 Static variable in class org.apache.jmeter.testelement.<A HREF="org/apache/jmeter/testelement/TestPlan.html" title="class in org.apache.jmeter.testelement">TestPlan</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#USE_AUTH"><B>USE_AUTH</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/extractor/RegexExtractor.html#USE_BODY"><B>USE_BODY</B></A> - 
 Static variable in class org.apache.jmeter.extractor.<A HREF="org/apache/jmeter/extractor/RegexExtractor.html" title="class in org.apache.jmeter.extractor">RegexExtractor</A>
 <DD>&nbsp;
@@ -20443,9 +20398,6 @@
 <DT><A HREF="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html#USE_KEEPALIVE"><B>USE_KEEPALIVE</B></A> - 
 Static variable in class org.apache.jmeter.protocol.http.sampler.<A HREF="org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.html" title="class in org.apache.jmeter.protocol.http.sampler">HTTPSamplerBase</A>
 <DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html#USE_PROPERTIES_FILE"><B>USE_PROPERTIES_FILE</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">BaseJMSSampler</A>
-<DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html#USE_PROXY"><B>USE_PROXY</B></A> - 
 Static variable in class org.apache.jmeter.protocol.http.sampler.<A HREF="org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html" title="class in org.apache.jmeter.protocol.http.sampler">WebServiceSampler</A>
 <DD>&nbsp;
@@ -21008,9 +20960,6 @@
 <DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html#XML_DATA"><B>XML_DATA</B></A> - 
 Static variable in class org.apache.jmeter.protocol.http.sampler.<A HREF="org/apache/jmeter/protocol/http/sampler/WebServiceSampler.html" title="class in org.apache.jmeter.protocol.http.sampler">WebServiceSampler</A>
-<DD>&nbsp;
-<DT><A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html#XML_DATA"><B>XML_DATA</B></A> - 
-Static variable in class org.apache.jmeter.protocol.jms.sampler.<A HREF="org/apache/jmeter/protocol/jms/sampler/JMSSampler.html" title="class in org.apache.jmeter.protocol.jms.sampler">JMSSampler</A>
 <DD>&nbsp;
 <DT><A HREF="org/apache/jmeter/protocol/http/sampler/SoapSampler.html#XML_DATA_FILE"><B>XML_DATA_FILE</B></A> - 
 Static variable in class org.apache.jmeter.protocol.http.sampler.<A HREF="org/apache/jmeter/protocol/http/sampler/SoapSampler.html" title="class in org.apache.jmeter.protocol.http.sampler">SoapSampler</A>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/JMeter.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/JMeter.html?rev=571856&r1=571855&r2=571856&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/JMeter.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/JMeter.html Sat Sep  1 11:58:53 2007
@@ -158,6 +158,14 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../org/apache/jmeter/JMeter.html#convertSubTree(org.apache.jorphan.collections.HashTree)">convertSubTree</A></B>(<A HREF="../../../org/apache/jorphan/collections/HashTree.html" title="class in org.apache.jorphan.collections">HashTree</A>&nbsp;tree)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Refactored from AbstractAction.java</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<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>[][]</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../org/apache/jmeter/JMeter.html#getIconMappings()">getIconMappings</A></B>()</CODE>
 
@@ -336,6 +344,22 @@
 
 <DT><B>Throws:</B>
 <DD><CODE><A HREF="../../../org/apache/jmeter/exceptions/IllegalUserActionException.html" title="class in org.apache.jmeter.exceptions">IllegalUserActionException</A></CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="convertSubTree(org.apache.jorphan.collections.HashTree)"><!-- --></A><H3>
+convertSubTree</H3>
+<PRE>
+public static void <B>convertSubTree</B>(<A HREF="../../../org/apache/jorphan/collections/HashTree.html" title="class in org.apache.jorphan.collections">HashTree</A>&nbsp;tree)</PRE>
+<DL>
+<DD>Refactored from AbstractAction.java
+<P>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>tree</CODE> - </DL>
 </DD>
 </DL>
 <HR>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/assertions/SizeAssertion.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/assertions/SizeAssertion.html?rev=571856&r1=571855&r2=571856&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/assertions/SizeAssertion.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/assertions/SizeAssertion.html Sat Sep  1 11:58:53 2007
@@ -97,13 +97,13 @@
 <DT>public class <B>SizeAssertion</B><DT>extends <A HREF="../../../../org/apache/jmeter/testelement/AbstractTestElement.html" title="class in org.apache.jmeter.testelement">AbstractTestElement</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>, <A HREF="../../../../org/apache/jmeter/assertions/Assertion.html" title="interface in org.apache.jmeter.assertions">Assertion</A></DL>
 
 <P>
-Checks if the results of a Sample matches a particular size.
+Checks if the results of a Sample matches a particular size.
+ 
+ author <a href="mailto:wolfram.rittmeyer@web.de">Wolfram Rittmeyer</a>
 <P>
 
 <P>
 <DL>
-<DT><B>Author:</B></DT>
-  <DD><a href="mailto:wolfram.rittmeyer@web.de">Wolfram Rittmeyer</a></DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.jmeter.assertions.SizeAssertion">Serialized Form</A></DL>
 <HR>
 
@@ -208,7 +208,7 @@
 <TD><CODE><B><A HREF="../../../../org/apache/jmeter/assertions/SizeAssertion.html#getAllowedSize()">getAllowedSize</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the size in bytes to be asserted. </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the size in bytes to be asserted.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -224,7 +224,8 @@
 <TD><CODE><B><A HREF="../../../../org/apache/jmeter/assertions/SizeAssertion.html#getResult(org.apache.jmeter.samplers.SampleResult)">getResult</A></B>(<A HREF="../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</A>&nbsp;response)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the result of the Assertion. </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the result of the Assertion. 
+ </TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -365,10 +366,8 @@
 <PRE>
 public <A HREF="../../../../org/apache/jmeter/assertions/AssertionResult.html" title="class in org.apache.jmeter.assertions">AssertionResult</A> <B>getResult</B>(<A HREF="../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</A>&nbsp;response)</PRE>
 <DL>
-<DD>Returns the result of the Assertion. Here it checks wether the Sample
- took to long to be considered successful. If so an AssertionResult
- containing a FailureMessage will be returned. Otherwise the returned
- AssertionResult will reflect the success of the Sample.
+<DD>Returns the result of the Assertion. 
+ Here it checks the Sample responseData length.
 <P>
 <DD><DL>
 <DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/assertions/Assertion.html#getResult(org.apache.jmeter.samplers.SampleResult)">getResult</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/assertions/Assertion.html" title="interface in org.apache.jmeter.assertions">Assertion</A></CODE></DL>
@@ -387,8 +386,7 @@
 <PRE>
 public long <B>getAllowedSize</B>()</PRE>
 <DL>
-<DD>Returns the size in bytes to be asserted. A duration of 0 indicates this
- assertion is to be ignored.
+<DD>Returns the size in bytes to be asserted.
 <P>
 <DD><DL>
 </DL>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/assertions/package-summary.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/assertions/package-summary.html?rev=571856&r1=571855&r2=571856&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/assertions/package-summary.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/assertions/package-summary.html Sat Sep  1 11:58:53 2007
@@ -133,7 +133,9 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/jmeter/assertions/SizeAssertion.html" title="class in org.apache.jmeter.assertions">SizeAssertion</A></B></TD>
-<TD>Checks if the results of a Sample matches a particular size.</TD>
+<TD>Checks if the results of a Sample matches a particular size.
+ 
+ </TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/jmeter/assertions/XMLAssertion.html" title="class in org.apache.jmeter.assertions">XMLAssertion</A></B></TD>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/config/CSVDataSet.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/config/CSVDataSet.html?rev=571856&r1=571855&r2=571856&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/config/CSVDataSet.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/config/CSVDataSet.html Sat Sep  1 11:58:53 2007
@@ -194,6 +194,14 @@
 </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/config/CSVDataSet.html#getStopThread()">getStopThread</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;<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></CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/jmeter/config/CSVDataSet.html#getVariableNames()">getVariableNames</A></B>()</CODE>
 
@@ -243,6 +251,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/config/CSVDataSet.html#setStopThread(boolean)">setStopThread</A></B>(boolean&nbsp;value)</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/config/CSVDataSet.html#setVariableNames(java.lang.String)">setVariableNames</A></B>(<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;variableNames)</CODE>
 
 <BR>
@@ -465,6 +481,34 @@
 setRecycle</H3>
 <PRE>
 public void <B>setRecycle</B>(boolean&nbsp;recycle)</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getStopThread()"><!-- --></A><H3>
+getStopThread</H3>
+<PRE>
+public boolean <B>getStopThread</B>()</PRE>
+<DL>
+<DD><DL>
+</DL>
+</DD>
+<DD><DL>
+</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="setStopThread(boolean)"><!-- --></A><H3>
+setStopThread</H3>
+<PRE>
+public void <B>setStopThread</B>(boolean&nbsp;value)</PRE>
 <DL>
 <DD><DL>
 </DL>

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=571856&r1=571855&r2=571856&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 Sat Sep  1 11:58:53 2007
@@ -104,7 +104,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 493775 $</DD>
+  <DD>$Revision: 571520 $</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.jmeter.control.IncludeController">Serialized Form</A></DL>
 <HR>
 
@@ -200,6 +200,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/control/IncludeController.html#resolveReplacementSubTree(java.lang.Object)">resolveReplacementSubTree</A></B>(<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>&nbsp;context)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute the replacement tree.</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/control/IncludeController.html#setIncludePath(java.lang.String)">setIncludePath</A></B>(<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;jmxfile)</CODE>
 
 <BR>
@@ -339,7 +347,24 @@
 </DD>
 <DD><DL>
 <DT><B>See Also:</B><DD><A HREF="../../../../org/apache/jorphan/collections/HashTree.html" title="class in org.apache.jorphan.collections"><CODE>HashTree</CODE></A>, 
-<A HREF="../../../../org/apache/jmeter/gui/action/AbstractAction.html#convertSubTree(org.apache.jorphan.collections.HashTree)"><CODE>AbstractAction.convertSubTree(org.apache.jorphan.collections.HashTree)</CODE></A></DL>
+<CODE>org.apache.jmeter.gui.action.AbstractAction#convertSubTree</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="resolveReplacementSubTree(java.lang.Object)"><!-- --></A><H3>
+resolveReplacementSubTree</H3>
+<PRE>
+public void <B>resolveReplacementSubTree</B>(<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>&nbsp;context)</PRE>
+<DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/jmeter/control/ReplaceableController.html" title="interface in org.apache.jmeter.control">ReplaceableController</A></CODE></B></DD>
+<DD>Compute the replacement tree.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/control/ReplaceableController.html#resolveReplacementSubTree(java.lang.Object)">resolveReplacementSubTree</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/control/ReplaceableController.html" title="interface in org.apache.jmeter.control">ReplaceableController</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>context</CODE> - </DL>
 </DD>
 </DL>
 <HR>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/ModuleController.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/ModuleController.html?rev=571856&r1=571855&r2=571856&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/ModuleController.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/ModuleController.html Sat Sep  1 11:58:53 2007
@@ -208,6 +208,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/control/ModuleController.html#resolveReplacementSubTree(java.lang.Object)">resolveReplacementSubTree</A></B>(<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>&nbsp;context)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute the replacement tree.</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/control/ModuleController.html#setSelectedNode(org.apache.jmeter.gui.tree.JMeterTreeNode)">setSelectedNode</A></B>(<A HREF="../../../../org/apache/jmeter/gui/tree/JMeterTreeNode.html" title="class in org.apache.jmeter.gui.tree">JMeterTreeNode</A>&nbsp;tn)</CODE>
 
 <BR>
@@ -349,6 +357,22 @@
 </DL>
 <HR>
 
+<A NAME="resolveReplacementSubTree(java.lang.Object)"><!-- --></A><H3>
+resolveReplacementSubTree</H3>
+<PRE>
+public void <B>resolveReplacementSubTree</B>(<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>&nbsp;context)</PRE>
+<DL>
+<DD>Compute the replacement tree.
+<P>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/control/ReplaceableController.html#resolveReplacementSubTree(java.lang.Object)">resolveReplacementSubTree</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/control/ReplaceableController.html" title="interface in org.apache.jmeter.control">ReplaceableController</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>context</CODE> - </DL>
+</DD>
+</DL>
+<HR>
+
 <A NAME="getReplacementSubTree()"><!-- --></A><H3>
 getReplacementSubTree</H3>
 <PRE>
@@ -361,7 +385,7 @@
 </DD>
 <DD><DL>
 <DT><B>See Also:</B><DD><A HREF="../../../../org/apache/jorphan/collections/HashTree.html" title="class in org.apache.jorphan.collections"><CODE>HashTree</CODE></A>, 
-<A HREF="../../../../org/apache/jmeter/gui/action/AbstractAction.html#convertSubTree(org.apache.jorphan.collections.HashTree)"><CODE>AbstractAction.convertSubTree(org.apache.jorphan.collections.HashTree)</CODE></A></DL>
+<CODE>org.apache.jmeter.gui.action.AbstractAction#convertSubTree</CODE></DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/ReplaceableController.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/ReplaceableController.html?rev=571856&r1=571855&r2=571856&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/ReplaceableController.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/control/ReplaceableController.html Sat Sep  1 11:58:53 2007
@@ -99,7 +99,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 493779 $</DD>
+  <DD>$Revision: 571520 $</DD>
 <DT><B>Author:</B></DT>
   <DD>Thad Smith</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../org/apache/jmeter/gui/action/AbstractAction.html" title="class in org.apache.jmeter.gui.action"><CODE>AbstractAction</CODE></A></DL>
@@ -133,6 +133,14 @@
  subelements of the TestElement that is replacing the
  ReplaceableController.</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/control/ReplaceableController.html#resolveReplacementSubTree(java.lang.Object)">resolveReplacementSubTree</A></B>(<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>&nbsp;context)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Compute the replacement tree.</TD>
+</TR>
 </TABLE>
 &nbsp;
 <P>
@@ -164,7 +172,20 @@
 <P>
 <DD><DL>
 <DT><B>See Also:</B><DD><A HREF="../../../../org/apache/jorphan/collections/HashTree.html" title="class in org.apache.jorphan.collections"><CODE>HashTree</CODE></A>, 
-<A HREF="../../../../org/apache/jmeter/gui/action/AbstractAction.html#convertSubTree(org.apache.jorphan.collections.HashTree)"><CODE>AbstractAction.convertSubTree(org.apache.jorphan.collections.HashTree)</CODE></A></DL>
+<CODE>org.apache.jmeter.gui.action.AbstractAction#convertSubTree</CODE></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="resolveReplacementSubTree(java.lang.Object)"><!-- --></A><H3>
+resolveReplacementSubTree</H3>
+<PRE>
+public void <B>resolveReplacementSubTree</B>(<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>&nbsp;context)</PRE>
+<DL>
+<DD>Compute the replacement tree.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>context</CODE> - </DL>
 </DD>
 </DL>
 <!-- ========= END OF CLASS DATA ========= -->

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/ClientJMeterEngine.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/ClientJMeterEngine.html?rev=571856&r1=571855&r2=571856&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/ClientJMeterEngine.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/ClientJMeterEngine.html Sat Sep  1 11:58:53 2007
@@ -96,12 +96,10 @@
 <DT>public class <B>ClientJMeterEngine</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/engine/JMeterEngine.html" title="interface in org.apache.jmeter.engine">JMeterEngine</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runnable.html" title="class or interface in java.lang">Runnable</A></DL>
 
 <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>Author:</B></DT>
-  <DD>unattributed</DD>
-</DL>
+Class to run remote tests from the client JMeter and collect remote samples
+<P>
+
+<P>
 <HR>
 
 <P>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/RemoteJMeterEngineImpl.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/RemoteJMeterEngineImpl.html?rev=571856&r1=571855&r2=571856&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/RemoteJMeterEngineImpl.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/RemoteJMeterEngineImpl.html Sat Sep  1 11:58:53 2007
@@ -101,7 +101,7 @@
 <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>
+  <DD>$Revision: 567432 $ Updated on: $Date: 2007-08-19 18:21:24 +0100 (Sun, 19 Aug 2007) $</DD>
 <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.jmeter.engine.RemoteJMeterEngineImpl">Serialized Form</A></DL>
 <HR>
 

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/package-summary.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/package-summary.html?rev=571856&r1=571855&r2=571856&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/package-summary.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/engine/package-summary.html Sat Sep  1 11:58:53 2007
@@ -101,7 +101,7 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/jmeter/engine/ClientJMeterEngine.html" title="class in org.apache.jmeter.engine">ClientJMeterEngine</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Class to run remote tests from the client JMeter and collect remote samples</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/jmeter/engine/ConvertListeners.html" title="class in org.apache.jmeter.engine">ConvertListeners</A></B></TD>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/AbstractAction.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/AbstractAction.html?rev=571856&r1=571855&r2=571856&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/AbstractAction.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/AbstractAction.html Sat Sep  1 11:58:53 2007
@@ -134,14 +134,6 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/jmeter/gui/action/AbstractAction.html#convertSubTree(org.apache.jorphan.collections.HashTree)">convertSubTree</A></B>(<A HREF="../../../../../org/apache/jorphan/collections/HashTree.html" title="class in org.apache.jorphan.collections">HashTree</A>&nbsp;tree)</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/gui/action/AbstractAction.html#doAction(java.awt.event.ActionEvent)">doAction</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/ActionEvent.html" title="class or interface in java.awt.event">ActionEvent</A>&nbsp;e)</CODE>
 
@@ -231,20 +223,6 @@
 </DD>
 <DD><DL>
 <DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/jmeter/gui/action/Command.html#getActionNames()"><CODE>Command.getActionNames()</CODE></A></DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="convertSubTree(org.apache.jorphan.collections.HashTree)"><!-- --></A><H3>
-convertSubTree</H3>
-<PRE>
-protected void <B>convertSubTree</B>(<A HREF="../../../../../org/apache/jorphan/collections/HashTree.html" title="class in org.apache.jorphan.collections">HashTree</A>&nbsp;tree)</PRE>
-<DL>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-</DL>
 </DD>
 </DL>
 <HR>

Modified: jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/ActionRouter.html
URL: http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/ActionRouter.html?rev=571856&r1=571855&r2=571856&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/ActionRouter.html (original)
+++ jakarta/jmeter/branches/rel-2-2/docs/api/org/apache/jmeter/gui/action/ActionRouter.html Sat Sep  1 11:58:53 2007
@@ -98,7 +98,7 @@
 <P>
 <DL>
 <DT><B>Version:</B></DT>
-  <DD>$Revision: 501270 $</DD>
+  <DD>$Revision: 571311 $</DD>
 <DT><B>Author:</B></DT>
   <DD>Michael Stover</DD>
 </DL>



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