|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteSampleListener
Allows notification on events occurring during the sampling process. Specifically, when sampling is started, when a specific sample is obtained, and when sampling is stopped.
| Method Summary | |
|---|---|
void |
processBatch(List<SampleEvent> samples)
This method is called remotely and fires a list of samples events received locally. |
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 |
|---|
void testStarted()
throws RemoteException
RemoteException
void testStarted(String host)
throws RemoteException
RemoteException
void testEnded()
throws RemoteException
RemoteException
void testEnded(String host)
throws RemoteException
RemoteException
void processBatch(List<SampleEvent> samples)
throws RemoteException
samples - the list of sample events to be fired locally.
RemoteException - when calling the remote method fails
void sampleOccurred(SampleEvent e)
throws RemoteException
e - the event with data about the completed sample
RemoteException - when calling the remote method fails
void sampleStarted(SampleEvent e)
throws RemoteException
e - the event with data about the started sample
RemoteException - when calling the remote method fails
void sampleStopped(SampleEvent e)
throws RemoteException
e - the event with data about the stopped sample
RemoteException - when calling the remote method fails
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||