Apache JMeter
2.0.1.20050615

org.apache.jmeter.threads
Class SamplePackage

java.lang.Object
  extended byorg.apache.jmeter.threads.SamplePackage

public class SamplePackage
extends Object

Version:
$Revision: 1.8 $
Author:
Michael Stover

Constructor Summary
SamplePackage()
           
SamplePackage(List configs, List modifiers, List responseModifiers, List listeners, List timers, List assertions, List extractors, List pres)
           
 
Method Summary
 void addAssertion(Assertion asser)
           
 void addPostProcessor(PostProcessor ex)
           
 void addPreProcessor(PreProcessor pre)
           
 void addSampleListener(SampleListener listener)
           
 void addTimer(Timer timer)
           
 List getAssertions()
           
 List getConfigs()
          Returns the configs.
 List getModifiers()
          Returns the modifiers.
 List getPostProcessors()
           
 List getPreProcessors()
          Returns the preProcessors.
 List getResponseModifiers()
          Returns the responseModifiers.
 List getSampleListeners()
           
 Sampler getSampler()
           
 List getTimers()
           
 void recoverRunningVersion()
           
 void setAssertions(List assertions)
          Sets the assertions.
 void setConfigs(List configs)
          Sets the configs.
 void setModifiers(List modifiers)
          Sets the modifiers.
 void setPostProcessors(List postProcessors)
          Sets the postProcessors.
 void setPreProcessors(List preProcessors)
          Sets the preProcessors.
 void setResponseModifiers(List responseModifiers)
          Sets the responseModifiers.
 void setRunningVersion(boolean running)
           
 void setSampleListeners(List sampleListeners)
          Sets the sampleListeners.
 void setSampler(Sampler s)
           
 void setTimers(List timers)
          Sets the timers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamplePackage

public SamplePackage()

SamplePackage

public SamplePackage(List configs,
                     List modifiers,
                     List responseModifiers,
                     List listeners,
                     List timers,
                     List assertions,
                     List extractors,
                     List pres)
Method Detail

setRunningVersion

public void setRunningVersion(boolean running)

recoverRunningVersion

public void recoverRunningVersion()

getSampleListeners

public List getSampleListeners()

addSampleListener

public void addSampleListener(SampleListener listener)

getTimers

public List getTimers()

addPostProcessor

public void addPostProcessor(PostProcessor ex)

addPreProcessor

public void addPreProcessor(PreProcessor pre)

addTimer

public void addTimer(Timer timer)

addAssertion

public void addAssertion(Assertion asser)

getAssertions

public List getAssertions()

getPostProcessors

public List getPostProcessors()

getSampler

public Sampler getSampler()

setSampler

public void setSampler(Sampler s)

getPreProcessors

public List getPreProcessors()
Returns the preProcessors.


setPreProcessors

public void setPreProcessors(List preProcessors)
Sets the preProcessors.

Parameters:
preProcessors - the preProcessors to set

getConfigs

public List getConfigs()
Returns the configs.

Returns:
List

getModifiers

public List getModifiers()
Returns the modifiers.


getResponseModifiers

public List getResponseModifiers()
Returns the responseModifiers.


setAssertions

public void setAssertions(List assertions)
Sets the assertions.

Parameters:
assertions - the assertions to set

setConfigs

public void setConfigs(List configs)
Sets the configs.

Parameters:
configs - the configs to set

setModifiers

public void setModifiers(List modifiers)
Sets the modifiers.

Parameters:
modifiers - the modifiers to set

setPostProcessors

public void setPostProcessors(List postProcessors)
Sets the postProcessors.

Parameters:
postProcessors - the postProcessors to set

setResponseModifiers

public void setResponseModifiers(List responseModifiers)
Sets the responseModifiers.

Parameters:
responseModifiers - the responseModifiers to set

setSampleListeners

public void setSampleListeners(List sampleListeners)
Sets the sampleListeners.

Parameters:
sampleListeners - the sampleListeners to set

setTimers

public void setTimers(List timers)
Sets the timers.

Parameters:
timers - the timers to set

Apache JMeter
2.0.1.20050615

Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.