|
Apache JMeter 2.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.visualizers.BeanShellListener
Field Summary |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
BeanShellListener()
|
Method Summary | |
void |
add(SampleResult sample)
This method is called by sampling thread to inform the visualizer about the arrival of a new sample. |
String |
getScript()
|
boolean |
isStats()
This method is used to indicate a visualizer generates statistics. |
void |
sampleOccurred(SampleEvent se)
A sample has started and stopped. |
void |
sampleStarted(SampleEvent e)
A sample has started. |
void |
sampleStopped(SampleEvent e)
A sample has stopped. |
void |
setScript(String script)
|
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BeanShellListener()
Method Detail |
public String getScript()
public void setScript(String script)
public void sampleOccurred(SampleEvent se)
SampleListener
sampleOccurred
in interface SampleListener
public void sampleStarted(SampleEvent e)
SampleListener
sampleStarted
in interface SampleListener
public void sampleStopped(SampleEvent e)
SampleListener
sampleStopped
in interface SampleListener
public void add(SampleResult sample)
Visualizer
add
in interface Visualizer
public boolean isStats()
Visualizer
isStats
in interface Visualizer
|
Apache JMeter 2.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |