Home » jakarta-jmeter-2.3.4_src » org.apache.jmeter.sampler » [javadoc | source]
org.apache.jmeter.sampler
public class: TestAction [javadoc | source]
java.lang.Object
   org.apache.jmeter.testelement.AbstractTestElement
      org.apache.jmeter.samplers.AbstractSampler
         org.apache.jmeter.sampler.TestAction

All Implemented Interfaces:
    Sampler, TestElement, Serializable

Dummy Sampler used to pause or stop a thread or the test; intended for use in Conditional Controllers.
Field Summary
public static final  int STOP     
public static final  int PAUSE     
public static final  int STOP_NOW     
public static final  int THREAD     
public static final  int TEST     
Constructor:
 public TestAction() 
Method from org.apache.jmeter.sampler.TestAction Summary:
getAction,   getDurationAsString,   getTarget,   sample,   setAction,   setDuration,   setTarget
Methods from org.apache.jmeter.testelement.AbstractTestElement:
addProperty,   addTestElement,   canRemove,   clear,   clearTemporary,   clone,   emptyTemporary,   equals,   getName,   getProperty,   getPropertyAsBoolean,   getPropertyAsBoolean,   getPropertyAsDouble,   getPropertyAsFloat,   getPropertyAsInt,   getPropertyAsLong,   getPropertyAsString,   getThreadContext,   getThreadName,   isEnabled,   isRunningVersion,   isTemporary,   logProperties,   mergeIn,   nextIsNull,   propertyIterator,   recoverRunningVersion,   removeProperty,   setName,   setProperty,   setProperty,   setRunningVersion,   setTemporary,   setThreadContext,   setThreadName,   threadFinished,   threadStarted,   traverse,   traverseCollection,   traverseMap,   traverseProperty
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jmeter.sampler.TestAction Detail:
 public int getAction() 
 public String getDurationAsString() 
 public int getTarget() 
 public SampleResult sample(Entry e) 
 public  void setAction(int action) 
 public  void setDuration(String duration) 
 public  void setTarget(int target)