Class SampleListenerImpl

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.apache.jmeter.gui.Searchable, org.apache.jmeter.samplers.SampleListener, org.apache.jmeter.testelement.TestElement

    public class SampleListenerImpl
    extends org.apache.jmeter.testelement.AbstractTestElement
    implements org.apache.jmeter.samplers.SampleListener, java.lang.Cloneable
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.apache.jmeter.testelement.TestElement

        COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      void collect()  
      step.functions.io.OutputBuilder getOut()  
      void sampleOccurred​(org.apache.jmeter.samplers.SampleEvent e)  
      void sampleStarted​(org.apache.jmeter.samplers.SampleEvent e)  
      void sampleStopped​(org.apache.jmeter.samplers.SampleEvent e)  
      void setOut​(step.functions.io.OutputBuilder out)  
      • Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement

        addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SampleListenerImpl

        public SampleListenerImpl()
      • SampleListenerImpl

        public SampleListenerImpl​(step.functions.io.OutputBuilder outputBuilder)
    • Method Detail

      • sampleOccurred

        public void sampleOccurred​(org.apache.jmeter.samplers.SampleEvent e)
        Specified by:
        sampleOccurred in interface org.apache.jmeter.samplers.SampleListener
      • sampleStarted

        public void sampleStarted​(org.apache.jmeter.samplers.SampleEvent e)
        Specified by:
        sampleStarted in interface org.apache.jmeter.samplers.SampleListener
      • sampleStopped

        public void sampleStopped​(org.apache.jmeter.samplers.SampleEvent e)
        Specified by:
        sampleStopped in interface org.apache.jmeter.samplers.SampleListener
      • getOut

        public step.functions.io.OutputBuilder getOut()
      • setOut

        public void setOut​(step.functions.io.OutputBuilder out)
      • collect

        public void collect()
      • clone

        public java.lang.Object clone()
        Specified by:
        clone in interface org.apache.jmeter.testelement.TestElement
        Overrides:
        clone in class org.apache.jmeter.testelement.AbstractTestElement