Apache JMeter
2.2

org.apache.jmeter.extractor
Class BeanShellPostProcessor

java.lang.Object
  extended byorg.apache.jmeter.testelement.AbstractTestElement
      extended byorg.apache.jmeter.extractor.BeanShellPostProcessor
All Implemented Interfaces:
Cloneable, PostProcessor, Serializable, TestBean, TestElement

public class BeanShellPostProcessor
extends AbstractTestElement
implements PostProcessor, 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
BeanShellPostProcessor()
           
 
Method Summary
 Object clone()
           
 String getScript()
           
 void process()
          Provides the PostProcessor with a SampleResult object from which to extract values for use in future Queries.
 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

BeanShellPostProcessor

public BeanShellPostProcessor()
Method Detail

process

public void process()
Description copied from interface: PostProcessor
Provides the PostProcessor with a SampleResult object from which to extract values for use in future Queries.

Specified by:
process in interface PostProcessor

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.