Class JavaConfig

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Cloneable , org.apache.jmeter.config.ConfigElement , org.apache.jmeter.gui.Searchable , org.apache.jmeter.testelement.TestElement

    
    public class JavaConfig
    extends ConfigTestElement implements Serializable
                        

    The JavaConfig class contains the configuration data necessary for the Java protocol. This data is used to configure a org.apache.jmeter.protocol.java.sampler.JavaSamplerClient instance to perform performance test samples.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaConfig() Constructor for the JavaConfig object
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setClassname(String classname) Sets the class name attribute of the JavaConfig object.
      String getClassname() Gets the class name attribute of the JavaConfig object.
      void addArgument(String name, String value) Adds an argument to the list of arguments for this 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.
      Arguments getArguments() Gets the arguments for this JavaConfig object.
      • 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.config.ConfigTestElement

        addConfigElement, addTestElement, expectsModification, getProps, getSchema
      • 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