Apache JMeter
1.9

org.apache.jmeter.samplers
Interface RemoteSampleListener

All Superinterfaces:
Remote
All Known Implementing Classes:
RemoteSampleListenerImpl

public interface RemoteSampleListener
extends Remote

Allows notification on events occuring during the sampling process. Specifically, when sampling is started, when a specific sample is obtained, and when sampling is stopped.

Version:
$Revision: 1.3 $

Method Summary
 void sampleOccurred(SampleEvent e)
          A sample has started and stopped.
 void sampleStarted(SampleEvent e)
          A sample has started.
 void sampleStopped(SampleEvent e)
          A sample has stopped.
 void testEnded()
           
 void testEnded(String host)
           
 void testStarted()
           
 void testStarted(String host)
           
 

Method Detail

testStarted

public void testStarted()
                 throws RemoteException
RemoteException

testStarted

public void testStarted(String host)
                 throws RemoteException
RemoteException

testEnded

public void testEnded()
               throws RemoteException
RemoteException

testEnded

public void testEnded(String host)
               throws RemoteException
RemoteException

sampleOccurred

public void sampleOccurred(SampleEvent e)
                    throws RemoteException
A sample has started and stopped.

RemoteException

sampleStarted

public void sampleStarted(SampleEvent e)
                   throws RemoteException
A sample has started.

RemoteException

sampleStopped

public void sampleStopped(SampleEvent e)
                   throws RemoteException
A sample has stopped.

RemoteException

Apache JMeter
1.9

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