Apache JMeter
2.2

org.apache.jmeter.modifiers
Class BeanShellPreProcessor

java.lang.Object
  extended byorg.apache.jmeter.testelement.AbstractTestElement
      extended byorg.apache.jmeter.modifiers.BeanShellPreProcessor
All Implemented Interfaces:
Cloneable, PreProcessor, Serializable, TestBean, TestElement

public class BeanShellPreProcessor
extends AbstractTestElement
implements PreProcessor, Serializable, TestBean

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.jmeter.testelement.TestElement
ENABLED, GUI_CLASS, NAME, TEST_CLASS
 
Constructor Summary
BeanShellPreProcessor()
           
 
Method Summary
 Object clone()
           
 String getScript()
           
 void process()
           
 void setScript(String s)
           
 
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addProperty, addTestElement, canRemove, clear, clearTemporary, emptyTemporary, equals, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, isEnabled, 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
 

Constructor Detail

BeanShellPreProcessor

public BeanShellPreProcessor()
Method Detail

process

public void process()
Specified by:
process in interface PreProcessor

clone

public Object clone()
Specified by:
clone in interface TestElement
Overrides:
clone in class AbstractTestElement

getScript

public String getScript()

setScript

public void setScript(String s)

Apache JMeter
2.2

Copyright © 1998-2006 Apache Software Foundation. All Rights Reserved.