|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.visualizers.StatVisualizerModel
Aggregrate Table-Based Reporting Model for JMeter. Props to the people who've done the other visualizers ahead of me (Stefano Mazzocchi), who I borrowed code from to start me off (and much code may still exist). Thank you!
Nested Class Summary | |
static class |
StatVisualizerModel.Test
|
Constructor Summary | |
StatVisualizerModel()
Default Constuctor. |
Method Summary | |
void |
addAccumListener(AccumListener listener)
|
void |
addGraphListener(GraphListener listener)
Registers a listener (a visualizer, graph, etc) to this model. |
void |
addNewSample(SampleResult res)
|
void |
clear()
Reset everything we can in the model. |
protected void |
fireDataChanged()
Called when the model changes - then we call out to all registered listeners and tell them to update themselves. |
protected void |
fireDataChanged(RunningSample s)
|
Class |
getGuiClass()
Gets the GuiClass attribute of the StatVisualizerModel object. |
String |
getName()
Gets the Name attribute of the StatVisualizerModel object. |
RunningSample |
getRunningSample(int index)
|
RunningSample |
getRunningSample(String label)
|
int |
getRunningSampleCount()
|
RunningSample |
getRunningSampleTotal()
|
void |
setName(String name)
Sets the Name attribute of the StatVisualizerModel object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatVisualizerModel()
Method Detail |
public void setName(String name)
name
- the new Name valuepublic Class getGuiClass()
public String getName()
public void addGraphListener(GraphListener listener)
public void addAccumListener(AccumListener listener)
public int getRunningSampleCount()
public RunningSample getRunningSample(int index)
public RunningSample getRunningSample(String label)
public RunningSample getRunningSampleTotal()
public void addNewSample(SampleResult res)
public void clear()
clear
in interface Clearable
protected void fireDataChanged()
protected void fireDataChanged(RunningSample s)
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |