Apache JMeter
1.9

org.apache.jmeter.processor
Interface PostProcessor

All Known Implementing Classes:
RegexExtractor

public interface PostProcessor

The PostProcessor is activated after a sample result has been generated.

Version:
$Revivion:$

Method Summary
 void process()
          Provides the PostProcessor with a SampleResult object from which to extract values for use in future Queries.
 

Method Detail

process

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


Apache JMeter
1.9

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