public class JavaConfig extends ConfigTestElement implements Serializable
JavaConfig class contains the configuration data necessary
for the Java protocol. This data is used to configure a
JavaSamplerClient instance to
perform performance test samples.PASSWORD, USERNAMECOMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS| Constructor and Description |
|---|
JavaConfig()
Constructor for the JavaConfig object
|
| Modifier and Type | Method and Description |
|---|---|
void |
addArgument(String name,
String value)
Adds an argument to the list of arguments for this JavaConfig object.
|
Arguments |
getArguments()
Gets the arguments for this JavaConfig object.
|
String |
getClassname()
Gets the class name attribute of the JavaConfig object.
|
void |
removeArguments()
Removes all of the arguments associated with this JavaConfig object.
|
void |
setArguments(Arguments args)
Set all of the arguments for this JavaConfig object.
|
void |
setClassname(String classname)
Sets the class name attribute of the JavaConfig object.
|
addConfigElement, addTestElement, expectsModificationaddPropertiesValues, addProperty, addProperty, 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, traversePropertyfinalize, getClass, notify, notifyAll, toString, wait, wait, waitcloneremovedpublic void setClassname(String classname)
JavaSamplerClient
implementation which will be used to execute the test.classname - the new classname valuepublic String getClassname()
JavaSamplerClient
implementation which will be used to execute the test.public void addArgument(String name, String value)
JavaSamplerClient
implementation can access these arguments through the
JavaSamplerContext.name - the name of the argument to be addedvalue - the value of the argument to be addedpublic void removeArguments()
public void setArguments(Arguments args)
JavaSamplerClient
implementation can access these arguments through the
JavaSamplerContext.args - the new argumentspublic Arguments getArguments()
JavaSamplerClient
implementation can access these arguments through the
JavaSamplerContext.Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.