public class BackendListener
extends org.apache.jmeter.testelement.AbstractTestElement
implements org.apache.jmeter.visualizers.backend.Backend, java.io.Serializable, org.apache.jmeter.samplers.SampleListener, org.apache.jmeter.testelement.TestStateListener, org.apache.jmeter.engine.util.NoThreadClone, org.apache.jmeter.samplers.Remoteable
BackendListenerClient| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ARGUMENTS
Property key representing the arguments for the BackendListenerClient.
|
static java.lang.String |
CLASSNAME
Property key representing the classname of the BackendListenerClient to user.
|
static java.lang.String |
DEFAULT_QUEUE_SIZE |
static java.lang.String |
QUEUE_SIZE
Queue size
|
| Constructor and Description |
|---|
BackendListener()
Create a BackendListener.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
org.apache.jmeter.config.Arguments |
getArguments()
Get the arguments (parameters) for the BackendListenerClient to be executed
with.
|
java.lang.String |
getClassname()
Gets the Classname of the BackendListenerClient object
|
java.lang.String |
getQueueSize()
Gets the queue size
|
void |
sampleOccurred(org.apache.jmeter.samplers.SampleEvent event) |
void |
sampleStarted(org.apache.jmeter.samplers.SampleEvent e) |
void |
sampleStopped(org.apache.jmeter.samplers.SampleEvent e) |
void |
setArguments(org.apache.jmeter.config.Arguments args)
Set the arguments (parameters) for the BackendListenerClient to be executed
with.
|
void |
setClassname(java.lang.String classname)
Sets the Classname of the BackendListenerClient object
|
void |
setQueueSize(java.lang.String queueSize)
Sets the queue size
|
void |
testEnded() |
void |
testEnded(java.lang.String host)
Method called at the end of the test.
|
void |
testStarted() |
void |
testStarted(java.lang.String host) |
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, traversePropertypublic static final java.lang.String CLASSNAME
public static final java.lang.String QUEUE_SIZE
public static final java.lang.String ARGUMENTS
public static final java.lang.String DEFAULT_QUEUE_SIZE
public java.lang.Object clone()
clone in interface org.apache.jmeter.testelement.TestElementclone in class org.apache.jmeter.testelement.AbstractTestElementpublic void sampleOccurred(org.apache.jmeter.samplers.SampleEvent event)
sampleOccurred in interface org.apache.jmeter.samplers.SampleListenerpublic void testStarted()
testStarted in interface org.apache.jmeter.testelement.TestStateListenerpublic void testStarted(java.lang.String host)
testStarted in interface org.apache.jmeter.testelement.TestStateListenerpublic void testEnded(java.lang.String host)
testEnded in interface org.apache.jmeter.testelement.TestStateListenerpublic void testEnded()
testEnded in interface org.apache.jmeter.testelement.TestStateListenerpublic void sampleStarted(org.apache.jmeter.samplers.SampleEvent e)
sampleStarted in interface org.apache.jmeter.samplers.SampleListenerpublic void sampleStopped(org.apache.jmeter.samplers.SampleEvent e)
sampleStopped in interface org.apache.jmeter.samplers.SampleListenerpublic void setArguments(org.apache.jmeter.config.Arguments args)
args - the new arguments. These replace any existing arguments.public org.apache.jmeter.config.Arguments getArguments()
public void setClassname(java.lang.String classname)
classname - the new Classname valuepublic java.lang.String getClassname()
public void setQueueSize(java.lang.String queueSize)
queueSize - the size of the queuepublic java.lang.String getQueueSize()
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.