public class JSR223Listener extends JSR223TestElement implements Cloneable, SampleListener, TestBean, Visualizer
scriptLanguageCOMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS| Constructor and Description |
|---|
JSR223Listener() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
sampleOccurred(SampleEvent event)
A sample has started and stopped.
|
void |
sampleStarted(SampleEvent e)
A sample has started.
|
void |
sampleStopped(SampleEvent e)
A sample has stopped.
|
getCacheKey, getInstance, getScriptEngine, getScriptLanguage, populateBindings, processFileOrScript, setCacheKey, setScriptLanguage, testEnded, testEnded, testStarted, testStartedgetFilename, getParameters, getScript, setFilename, setParameters, setScriptaddPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traversePropertypublic void sampleOccurred(SampleEvent event)
SampleListenersampleOccurred in interface SampleListenerpublic void sampleStarted(SampleEvent e)
SampleListenersampleStarted in interface SampleListenerpublic void sampleStopped(SampleEvent e)
SampleListenersampleStopped in interface SampleListenerpublic void add(SampleResult sample)
Visualizeradd in interface Visualizerpublic boolean isStats()
VisualizerisStats in interface VisualizerCopyright © 1998-2015 Apache Software Foundation. All Rights Reserved.