| |
|
| org.apache.jmeter.samplers.AbstractSampler org.apache.jmeter.protocol.java.sampler.JavaSampler
Field Summary | |
final public static String | ARGUMENTS Property key representing the arguments for the JavaSamplerClient. | final public static String | CLASSNAME Property key representing the classname of the JavaSamplerClient to user. |
Constructor Summary | |
public | JavaSampler() Create a JavaSampler. |
ARGUMENTS | final public static String ARGUMENTS(Code) | | Property key representing the arguments for the JavaSamplerClient.
|
CLASSNAME | final public static String CLASSNAME(Code) | | Property key representing the classname of the JavaSamplerClient to user.
|
JavaSampler | public JavaSampler()(Code) | | Create a JavaSampler.
|
getArguments | public Arguments getArguments()(Code) | | Get the arguments (parameters) for the JavaSamplerClient to be executed
with.
the arguments |
getClassname | public String getClassname()(Code) | | Gets the Classname attribute of the JavaConfig object
the Classname value |
setArguments | public void setArguments(Arguments args)(Code) | | Set the arguments (parameters) for the JavaSamplerClient to be executed
with.
Parameters: args - the new arguments. These replace any existing arguments. |
setClassname | public void setClassname(String classname)(Code) | | Sets the Classname attribute of the JavaConfig object
Parameters: classname - the new Classname value |
testEnded | public void testEnded()(Code) | | Method called at the end of the test. This is called only on one instance
of JavaSampler. This method will loop through all of the other
JavaSamplers which have been registered (automatically in the
constructor) and notify them that the test has ended, allowing the
JavaSamplerClients to cleanup.
|
testStarted | public void testStarted()(Code) | | |
|
|
|