org.apache.jmeter.reporters

Class MailerResultCollector

Implemented Interfaces:
Serializable, Clearable, Cloneable, SampleListener, Serializable, NoThreadClone, Remoteable, TestElement, TestListener

public class MailerResultCollector
extends ResultCollector
implements Serializable

Field Summary

static String
MAILER_MODEL

Fields inherited from class org.apache.jmeter.reporters.ResultCollector

FILENAME

Fields inherited from interface org.apache.jmeter.testelement.TestElement

COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS

Constructor Summary

MailerResultCollector()
No-arg constructor.

Method Summary

void
clear()
MailerModel
getMailerModel()
void
sampleOccurred(SampleEvent e)
When a test result is received, display it and save it.

Methods inherited from class org.apache.jmeter.reporters.ResultCollector

clearData, clone, getFilename, getSaveConfig, isErrorLogging, isSampleWanted, isSampleWanted, isSuccessOnlyLogging, loadExistingFile, recordStats, sampleOccurred, sampleStarted, sampleStopped, sendToVisualizer, setErrorLogging, setFilename, setSaveConfig, setSuccessOnlyLogging, testEnded, testEnded, testIterationStart, testStarted, testStarted

Methods inherited from class org.apache.jmeter.reporters.AbstractListenerElement

clone, getVisualizer, setListener

Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement

addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty

Field Details

MAILER_MODEL

public static final String MAILER_MODEL

Constructor Details

MailerResultCollector

public MailerResultCollector()
No-arg constructor.

Method Details

clear

public void clear()
Specified by:
clear in interface TestElement
Overrides:
clear in interface AbstractTestElement

getMailerModel

public MailerModel getMailerModel()

sampleOccurred

public void sampleOccurred(SampleEvent e)
When a test result is received, display it and save it.
Specified by:
sampleOccurred in interface SampleListener
Overrides:
sampleOccurred in interface ResultCollector
Parameters:

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