public class SampleTimeout extends org.apache.jmeter.testelement.AbstractTestElement implements Serializable, org.apache.jmeter.testelement.ThreadListener, org.apache.jmeter.samplers.SampleMonitor
| Constructor and Description |
|---|
SampleTimeout()
No-arg constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTimeout()
Get the timeout value for display.
|
void |
sampleEnded(org.apache.jmeter.samplers.Sampler sampler) |
void |
sampleStarting(org.apache.jmeter.samplers.Sampler sampler) |
void |
setTimeout(String timeout)
Set the timeout for this timer.
|
void |
threadFinished() |
void |
threadStarted() |
String |
toString()
Provide a description of this class.
|
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, traversePropertypublic void setTimeout(String timeout)
timeout - The timeout for this timerpublic String getTimeout()
public void sampleStarting(org.apache.jmeter.samplers.Sampler sampler)
sampleStarting in interface org.apache.jmeter.samplers.SampleMonitorpublic void sampleEnded(org.apache.jmeter.samplers.Sampler sampler)
sampleEnded in interface org.apache.jmeter.samplers.SampleMonitorpublic void threadStarted()
threadStarted in interface org.apache.jmeter.testelement.ThreadListenerpublic void threadFinished()
threadFinished in interface org.apache.jmeter.testelement.ThreadListenerCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.