Apache JMeter

org.apache.jmeter.visualizers
Interface Visualizer

All Known Subinterfaces:
DataSet
All Known Implementing Classes:
AbstractVisualizer, BeanShellListener, JTLData

public interface Visualizer

Implement this method to be a Visualizer for JMeter. This interface defines a single method, "add()", that provides the means by which SampleResults are passed to the implementing visualizer for display/logging. The easiest way to create the visualizer is to extend the AbstractVisualizer class.

Version:
$Revision: 493779 $ $Date: 2007-01-07 17:46:38 +0000 (Sun, 07 Jan 2007) $
Author:
Michael Stover

Method Summary
 void add(SampleResult sample)
          This method is called by sampling thread to inform the visualizer about the arrival of a new sample.
 boolean isStats()
          This method is used to indicate a visualizer generates statistics.
 

Method Detail

add

public void add(SampleResult sample)
This method is called by sampling thread to inform the visualizer about the arrival of a new sample.


isStats

public boolean isStats()
This method is used to indicate a visualizer generates statistics.

Returns:

Apache JMeter

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