kg.apc.jmeter.reporters
Class AutoStop

java.lang.Object
  extended by org.apache.jmeter.testelement.AbstractTestElement
      extended by org.apache.jmeter.reporters.AbstractListenerElement
          extended by kg.apc.jmeter.reporters.AutoStop
All Implemented Interfaces:
Serializable, Cloneable, org.apache.jmeter.engine.util.NoThreadClone, org.apache.jmeter.gui.Searchable, org.apache.jmeter.samplers.Remoteable, org.apache.jmeter.samplers.SampleListener, org.apache.jmeter.testelement.TestElement, org.apache.jmeter.testelement.TestIterationListener, org.apache.jmeter.testelement.TestListener, org.apache.jmeter.testelement.TestStateListener

public class AutoStop
extends org.apache.jmeter.reporters.AbstractListenerElement
implements org.apache.jmeter.samplers.SampleListener, Serializable, org.apache.jmeter.testelement.TestListener, org.apache.jmeter.samplers.Remoteable, org.apache.jmeter.engine.util.NoThreadClone

Author:
undera
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
Constructor Summary
AutoStop()
           
 
Method Summary
 void sampleOccurred(org.apache.jmeter.samplers.SampleEvent se)
           
 void sampleStarted(org.apache.jmeter.samplers.SampleEvent se)
           
 void sampleStopped(org.apache.jmeter.samplers.SampleEvent se)
           
 void testEnded()
           
 void testEnded(String string)
           
 void testIterationStart(org.apache.jmeter.engine.event.LoopIterationEvent lie)
           
 void testStarted()
           
 void testStarted(String string)
           
 
Methods inherited from class org.apache.jmeter.reporters.AbstractListenerElement
clone, getVisualizer, setListener
 
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

AutoStop

public AutoStop()
Method Detail

sampleOccurred

public void sampleOccurred(org.apache.jmeter.samplers.SampleEvent se)
Specified by:
sampleOccurred in interface org.apache.jmeter.samplers.SampleListener

sampleStarted

public void sampleStarted(org.apache.jmeter.samplers.SampleEvent se)
Specified by:
sampleStarted in interface org.apache.jmeter.samplers.SampleListener

sampleStopped

public void sampleStopped(org.apache.jmeter.samplers.SampleEvent se)
Specified by:
sampleStopped in interface org.apache.jmeter.samplers.SampleListener

testStarted

public void testStarted()
Specified by:
testStarted in interface org.apache.jmeter.testelement.TestStateListener

testStarted

public void testStarted(String string)
Specified by:
testStarted in interface org.apache.jmeter.testelement.TestStateListener

testEnded

public void testEnded()
Specified by:
testEnded in interface org.apache.jmeter.testelement.TestStateListener

testEnded

public void testEnded(String string)
Specified by:
testEnded in interface org.apache.jmeter.testelement.TestStateListener

testIterationStart

public void testIterationStart(org.apache.jmeter.engine.event.LoopIterationEvent lie)
Specified by:
testIterationStart in interface org.apache.jmeter.testelement.TestIterationListener


Copyright © 2014. All Rights Reserved.