|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.samplers.AbstractSampler
org.apache.jmeter.protocol.java.sampler.JavaSampler
A sampler for executing custom Java code in each sample. See
JavaSamplerClient
and AbstractJavaSamplerClient
for
information on writing Java code to be executed by this sampler.
Field Summary | |
static String |
ARGUMENTS
Property key representing the arguments for the JavaSamplerClient. |
static String |
CLASSNAME
Property key representing the classname of the JavaSamplerClient to user. |
Fields inherited from interface org.apache.jmeter.testelement.TestElement |
ENABLED, GUI_CLASS, NAME, TEST_CLASS |
Constructor Summary | |
JavaSampler()
Create a JavaSampler. |
Method Summary | |
Arguments |
getArguments()
Get the arguments (parameters) for the JavaSamplerClient to be executed with. |
String |
getClassname()
Gets the Classname attribute of the JavaConfig object |
SampleResult |
sample(Entry entry)
Performs a test sample. |
void |
setArguments(Arguments args)
Set the arguments (parameters) for the JavaSamplerClient to be executed with. |
void |
setClassname(String classname)
Sets the Classname attribute of the JavaConfig object |
void |
testEnded()
Method called at the end of the test. |
void |
testEnded(String host)
|
void |
testIterationStart(LoopIterationEvent event)
Each time through a Thread Group's test script, an iteration event is fired. |
void |
testStarted()
Called just before the start of the test Note that not all the test variables will have been set up at this point. |
void |
testStarted(String host)
|
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement |
addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, logProperties, mergeIn, nextIsNull, propertyIterator, recoverRunningVersion, removeProperty, setName, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse, traverseCollection, traverseMap, traverseProperty |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.jmeter.testelement.TestElement |
addTestElement, canRemove, clear, clone, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getThreadContext, getThreadName, isRunningVersion, isTemporary, propertyIterator, recoverRunningVersion, removeProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, threadFinished, threadStarted, traverse |
Field Detail |
public static final String CLASSNAME
public static final String ARGUMENTS
Constructor Detail |
public JavaSampler()
Method Detail |
public void setArguments(Arguments args)
args
- the new arguments. These replace any existing arguments.public Arguments getArguments()
public void setClassname(String classname)
classname
- the new Classname valuepublic String getClassname()
public SampleResult sample(Entry entry)
sample()
method retrieves the reference to the
Java client and calls its runTest()
method.
sample
in interface Sampler
entry
- the Entry for this sample
JavaSamplerClient.runTest(JavaSamplerContext)
public void testStarted()
TestListener
testStarted
in interface TestListener
StandardJMeterEngine.run()
public void testStarted(String host)
testStarted
in interface TestListener
public void testEnded()
testEnded
in interface TestListener
StandardJMeterEngine.stopTest()
public void testEnded(String host)
testEnded
in interface TestListener
public void testIterationStart(LoopIterationEvent event)
TestListener
testIterationStart
in interface TestListener
event
-
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |