org.apache.jmeter.visualizers

Class SummaryReport

Implemented Interfaces:
ActionListener, ChangeListener, Clearable, JMeterGUIComponent, Printable, UnsharedComponent, Visualizer

public class SummaryReport
extends AbstractVisualizer
implements Clearable, ActionListener

Simpler (lower memory) version of Aggregate Report (StatVisualizer). Excludes the Median and 90% columns, which are expensive in memory terms

Field Summary

Fields inherited from class org.apache.jmeter.visualizers.gui.AbstractVisualizer

collector, isStats

Fields inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent

namePanel

Constructor Summary

SummaryReport()

Method Summary

void
actionPerformed(ActionEvent ev)
void
add(SampleResult res)
void
clearData()
Clears this visualizer and its model, and forces a repaint of the table.
void
configure(TestElement el)
String
getLabelResource()
void
modifyTestElement(TestElement c)
static boolean
testFunctors()
Deprecated. - only for use in testing

Methods inherited from class org.apache.jmeter.visualizers.gui.AbstractVisualizer

clearGui, configure, configureTestElement, createTestElement, getErrorLoggingCheckbox, getFile, getFilePanel, getModel, isStats, makeTitlePanel, modifyTestElement, setFile, setModel, stateChanged

Methods inherited from class org.apache.jmeter.visualizers.gui.AbstractListenerGui

createPopupMenu, getMenuCategories

Methods inherited from class org.apache.jmeter.gui.AbstractJMeterGuiComponent

clearGui, configure, configureTestElement, createTitleLabel, getComment, getDocAnchor, getName, getNamePanel, getNode, getPrintableComponent, getStaticLabel, isEnabled, makeBorder, makeScrollPane, makeScrollPane, makeTitlePanel, setComment, setEnabled, setName, setNode

Constructor Details

SummaryReport

public SummaryReport()

Method Details

actionPerformed

public void actionPerformed(ActionEvent ev)

add

public void add(SampleResult res)
Specified by:
add in interface Visualizer

clearData

public void clearData()
Clears this visualizer and its model, and forces a repaint of the table.
Specified by:
clearData in interface Clearable

configure

public void configure(TestElement el)
Specified by:
configure in interface JMeterGUIComponent
Overrides:
configure in interface AbstractVisualizer

getLabelResource

public String getLabelResource()
Specified by:
getLabelResource in interface JMeterGUIComponent

modifyTestElement

public void modifyTestElement(TestElement c)
Specified by:
modifyTestElement in interface JMeterGUIComponent
Overrides:
modifyTestElement in interface AbstractVisualizer

testFunctors

public static boolean testFunctors()

Deprecated. - only for use in testing


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