Class SimpleDataWriter

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ChangeListener, ClearGui, JMeterGUIComponent, UnsharedComponent, Clearable, Printable, Visualizer

public class SimpleDataWriter extends AbstractVisualizer
This listener can record results to a file but not to the UI. It is meant to provide an efficient means of recording data by eliminating GUI overhead.
See Also:
  • Constructor Details

    • SimpleDataWriter

      public SimpleDataWriter()
      Create the SimpleDataWriter.
  • Method Details

    • getLabelResource

      public String getLabelResource()
      Description copied from interface: JMeterGUIComponent
      Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. The resource name is fixed, and does not vary with the selected language.

      Normally this method should be overridden in preference to overriding getStaticLabel(). However where the resource name is not available or required, getStaticLabel() may be overridden instead.

      Returns:
      the resource name
    • clearData

      public void clearData()
      Does nothing, but required by interface.
    • add

      public void add(SampleResult sample)
      Does nothing, but required by interface.
      Parameters:
      sample - ignored