org.apache.jmeter.protocol.java.sampler
Class BeanShellSampler
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.samplers.AbstractSampler
org.apache.jmeter.protocol.java.sampler.BeanShellSampler
- All Implemented Interfaces:
- Cloneable, Sampler, Serializable, TestElement
- public class BeanShellSampler
- extends AbstractSampler
A sampler which understands BeanShell
- Version:
- $Revision: 1.6.2.4 $ Updated on: $Date: 2004/10/08 23:20:10 $
- See Also:
- Serialized Form
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 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 |
FILENAME
public static final String FILENAME
- See Also:
- Constant Field Values
SCRIPT
public static final String SCRIPT
- See Also:
- Constant Field Values
PARAMETERS
public static final String PARAMETERS
- See Also:
- Constant Field Values
INIT_FILE
public static final String INIT_FILE
- See Also:
- Constant Field Values
BeanShellSampler
public BeanShellSampler()
getLabel
public String getLabel()
- Returns a formatted string label describing this sampler
- Returns:
- a formatted string label describing this sampler
getScript
public String getScript()
getFilename
public String getFilename()
getParameters
public String getParameters()
sample
public SampleResult sample(Entry e)
- Description copied from interface:
Sampler
- Obtains statistics about the given Entry, and packages the information
into a SampleResult.
Copyright © 1998-2005 Apache Software Foundation. All Rights Reserved.