org.apache.jmeter.protocol.java.sampler
Class JavaSampler
- Cloneable, Sampler, Serializable, TestElement, TestListener
static String | ARGUMENTS - Property key representing the arguments for the JavaSamplerClient.
|
static String | CLASSNAME - Property key representing the classname of the JavaSamplerClient to user.
|
addProperty , addTestElement , canRemove , clear , clearTemporary , clone , emptyTemporary , equals , getComment , getName , getProperty , getPropertyAsBoolean , getPropertyAsBoolean , getPropertyAsDouble , getPropertyAsFloat , getPropertyAsInt , getPropertyAsInt , getPropertyAsLong , getPropertyAsString , getPropertyAsString , getThreadContext , getThreadName , hashCode , isEnabled , isRunningVersion , isTemporary , logProperties , mergeIn , propertyIterator , recoverRunningVersion , removeProperty , setComment , setName , setProperty , setProperty , setProperty , setProperty , setProperty , setProperty , setProperty , setRunningVersion , setTemporary , setThreadContext , setThreadName , traverse , traverseCollection , traverseMap , traverseProperty |
ARGUMENTS
public static final String ARGUMENTS
Property key representing the arguments for the JavaSamplerClient.
CLASSNAME
public static final String CLASSNAME
Property key representing the classname of the JavaSamplerClient to user.
JavaSampler
public JavaSampler()
Create a JavaSampler.
getArguments
public Arguments getArguments()
Get the arguments (parameters) for the JavaSamplerClient to be executed
with.
getClassname
public String getClassname()
Gets the Classname attribute of the JavaConfig object
sample
public SampleResult sample(Entry entry)
Performs a test sample.
The sample()
method retrieves the reference to the Java
client and calls its runTest()
method.
- sample in interface Sampler
entry
- the Entry for this sample
setArguments
public void setArguments(Arguments args)
Set the arguments (parameters) for the JavaSamplerClient to be executed
with.
args
- the new arguments. These replace any existing arguments.
setClassname
public void setClassname(String classname)
Sets the Classname attribute of the JavaConfig object
classname
- the new Classname value
testEnded
public void testEnded()
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.
- testEnded in interface TestListener
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.