Serializable
, Cloneable
, Searchable
, SampleListener
, TestBean
, TestElement
, Visualizer
public class BSFListener extends BSFTestElement implements Cloneable, SampleListener, TestBean, Visualizer
scriptLanguage
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
Constructor | Description |
---|---|
BSFListener() |
Modifier and Type | Method | 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.
|
addPropertiesValues, 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, traverseProperty
evalFileOrScript, getManager, getScriptLanguage, initManager, processFileOrScript, setScriptLanguage
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getFilename, getParameters, getScript, setFilename, setParameters, setScript
public void sampleOccurred(SampleEvent event)
SampleListener
sampleOccurred
in interface SampleListener
event
- the SampleEvent
that has occurredpublic void sampleStarted(SampleEvent e)
SampleListener
sampleStarted
in interface SampleListener
e
- the SampleEvent
that has startedpublic void sampleStopped(SampleEvent e)
SampleListener
sampleStopped
in interface SampleListener
e
- the SampleEvent
that has stoppedpublic void add(SampleResult sample)
Visualizer
add
in interface Visualizer
sample
- the newly arrived samplepublic boolean isStats()
Visualizer
isStats
in interface Visualizer
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.