|
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 occuring during the sampling process. Specifically, when sampling is started, when a specific sample is obtained, and when sampling is stopped.
Method Summary | |
---|---|
void |
processBatch(java.util.List samples)
This method is called remotely and fires a list of samples events recieved 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(java.lang.String host)
|
void |
testStarted()
|
void |
testStarted(java.lang.String host)
|
Method Detail |
---|
void testStarted() throws java.rmi.RemoteException
java.rmi.RemoteException
void testStarted(java.lang.String host) throws java.rmi.RemoteException
java.rmi.RemoteException
void testEnded() throws java.rmi.RemoteException
java.rmi.RemoteException
void testEnded(java.lang.String host) throws java.rmi.RemoteException
java.rmi.RemoteException
void processBatch(java.util.List samples) throws java.rmi.RemoteException
samples
- the list of sample events to be fired locally.
java.rmi.RemoteException
void sampleOccurred(SampleEvent e) throws java.rmi.RemoteException
java.rmi.RemoteException
void sampleStarted(SampleEvent e) throws java.rmi.RemoteException
java.rmi.RemoteException
void sampleStopped(SampleEvent e) throws java.rmi.RemoteException
java.rmi.RemoteException
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |