Package org.apache.jmeter.control
Class InterleaveControl
-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Cloneable,org.apache.jmeter.control.Controller,org.apache.jmeter.gui.Searchable,org.apache.jmeter.testelement.TestElement,org.apache.jmeter.threads.TestCompilerHelper
public class InterleaveControl extends GenericController implements Serializable
Alternate among each of the children controllers or samplers for each loop iteration
-
-
Field Summary
Fields Modifier and Type Field Description public final static intIGNORE_SUB_CONTROLLERSpublic final static intUSE_SUB_CONTROLLERSpublic transient JMeterContextthreadContextpublic transient StringthreadNamepublic final static TestElement.CompanionCompanionpublic final static StringNAMEpublic final static StringGUI_CLASSpublic final static StringENABLEDpublic final static StringTEST_CLASSpublic final static StringCOMMENTS
-
Constructor Summary
Constructors Constructor Description InterleaveControl()************************************************************************* Constructor for the InterleaveControl object
-
Method Summary
Modifier and Type Method Description voidreInitialize()voidsetStyle(int style)intgetStyle()voidsetInterleaveAccrossThreads(boolean accrossThreads)booleangetInterleaveAccrossThreads()Samplernext()voidinitialize()-
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
canRemove, clear, clearTestElementChildren, clone, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyOrNull, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse -
Methods inherited from class org.apache.jmeter.control.GenericController
addIterationListener, addTestElement, addTestElementOnce, getProps, getSchema, isDone, removeIterationListener, setFirst, triggerEndOfLoop -
Methods inherited from class org.apache.jmeter.testelement.TestElement
get, get, get, get, get, get, get, get, get, getOrCreate, getOrCreate, getOrNull, getOrNull, getOrNull, getProps, getSchema, getString, removed, set -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
reInitialize
void reInitialize()
-
setStyle
void setStyle(int style)
-
getStyle
int getStyle()
-
setInterleaveAccrossThreads
void setInterleaveAccrossThreads(boolean accrossThreads)
-
getInterleaveAccrossThreads
boolean getInterleaveAccrossThreads()
-
next
Sampler next()
-
initialize
void initialize()
-
-
-
-