Apache JMeter
2.0.1.20050615

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.4 $

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
Throws:
RemoteException

testStarted

public void testStarted(String host)
                 throws RemoteException
Throws:
RemoteException

testEnded

public void testEnded()
               throws RemoteException
Throws:
RemoteException

testEnded

public void testEnded(String host)
               throws RemoteException
Throws:
RemoteException

sampleOccurred

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

Throws:
RemoteException

sampleStarted

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

Throws:
RemoteException

sampleStopped

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

Throws:
RemoteException

Apache JMeter
2.0.1.20050615

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