sebb        2005/03/13 16:10:52

  Modified:    xdocs/usermanual Tag: rel-2_0 component_reference.xml
  Added:       src/components/org/apache/jmeter/control Tag: rel-2_0
                        SwitchController.java
               src/components/org/apache/jmeter/control/gui Tag: rel-2_0
                        SwitchControllerGui.java
  Log:
  Initial version of Switch Controller
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.1   +285 -0    
jakarta-jmeter/src/components/org/apache/jmeter/control/Attic/SwitchController.java
  
  
  
  
  No                   revision
  No                   revision
  1.87.2.27 +20 -3     jakarta-jmeter/xdocs/usermanual/component_reference.xml
  
  Index: component_reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
  retrieving revision 1.87.2.26
  retrieving revision 1.87.2.27
  diff -u -r1.87.2.26 -r1.87.2.27
  --- component_reference.xml   12 Mar 2005 01:45:27 -0000      1.87.2.26
  +++ component_reference.xml   14 Mar 2005 00:10:51 -0000      1.87.2.27
  @@ -873,6 +873,23 @@
   </properties>
   </component>
   
  +<component name="Switch Controller" index="15.2.14" screenshot="">
  +     <description>
  +<note>ALPHA CODE</note>
  +<p>
  +The Switch Controller acts like the <complink name="Interleave Controller"/> 
  +in that it runs one of the subordinate elements on each iteration, but 
rather than
  +run them in sequence, the controller runs the element number defined by the 
switch value.
  +</p>
  +<p>If the switch value is out of range, it will run the zeroth element, 
  +which therefore acts as the default.</p>
  +</description>
  +<properties>
  +     <property name="Name" required="Yes">Descriptive name for this 
controller that is shown in the tree, and used to name the 
transaction.</property>
  +     <property name="Switch Value" required="Yes">The number of the 
subordinate element to be invoked. Elements are numbered from 0.</property>
  +</properties>
  +</component>
  +
   </section>
   
   <section name="15.3 Listeners" anchor="listeners">
  
  
  
  No                   revision
  No                   revision
  1.1.2.1   +95 -0     
jakarta-jmeter/src/components/org/apache/jmeter/control/gui/Attic/SwitchControllerGui.java
  
  
  
  

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

Reply via email to