Serializable, Cloneable, Searchable, UnsharedComponent, SampleListener, TestBean, TestElement, TestStateListener, ThreadListener, Visualizerpublic class BeanShellListener extends BeanShellTestElement implements Cloneable, SampleListener, TestBean, Visualizer, UnsharedComponent
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS| Constructor | Description |
|---|---|
BeanShellListener() |
| 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.
|
protected String |
getInitFileProperty() |
|
boolean |
isStats() |
This method is used to indicate a visualizer generates statistics.
|
void |
sampleOccurred(SampleEvent se) |
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, 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, traversePropertyclone, getBeanShellInterpreter, getFilename, getParameters, getScript, isResetInterpreter, processFileOrScript, readResolve, setFilename, setParameters, setResetInterpreter, setScript, testEnded, testEnded, testStarted, testStarted, threadFinished, threadStartedprotected String getInitFileProperty()
getInitFileProperty in class BeanShellTestElementpublic void sampleOccurred(SampleEvent se)
SampleListenersampleOccurred in interface SampleListenerse - the SampleEvent that has occurredpublic void sampleStarted(SampleEvent e)
SampleListenersampleStarted in interface SampleListenere - the SampleEvent that has startedpublic void sampleStopped(SampleEvent e)
SampleListenersampleStopped in interface SampleListenere - the SampleEvent that has stoppedpublic void add(SampleResult sample)
Visualizeradd in interface Visualizersample - the newly arrived samplepublic boolean isStats()
VisualizerisStats in interface VisualizerCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.