Apache JMeter

org.apache.jmeter.samplers
Class AsynchSampleSender

java.lang.Object
  extended by org.apache.jmeter.samplers.AbstractSampleSender
      extended by org.apache.jmeter.samplers.AsynchSampleSender
All Implemented Interfaces:
Serializable, SampleSender

public class AsynchSampleSender
extends AbstractSampleSender
implements Serializable

Sends samples in a separate Thread and in Batch mode

See Also:
Serialized Form

Constructor Summary
  AsynchSampleSender()
          Deprecated. only for use by test code
protected AsynchSampleSender(RemoteSampleListener listener)
           
 
Method Summary
 void sampleOccurred(SampleEvent e)
          A sample occurred.
 void testEnded(String host)
          The test ended.
 
Methods inherited from class org.apache.jmeter.samplers.AbstractSampleSender
isClientConfigured, testEnded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsynchSampleSender

@Deprecated
public AsynchSampleSender()
Deprecated. only for use by test code


AsynchSampleSender

protected AsynchSampleSender(RemoteSampleListener listener)
Method Detail

testEnded

public void testEnded(String host)
Description copied from interface: SampleSender
The test ended. This will be called from the engine thread.

Specified by:
testEnded in interface SampleSender
Parameters:
host - the host that the test ended on.

sampleOccurred

public void sampleOccurred(SampleEvent e)
Description copied from interface: SampleSender
A sample occurred. This method will be called from the sampler thread.

Specified by:
sampleOccurred in interface SampleSender
Parameters:
e - a Sample Event

Apache JMeter

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