|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(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(String host)
|
void |
testStarted()
|
void |
testStarted(String host)
|
Method Detail |
public void testStarted() throws RemoteException
RemoteException
public void testStarted(String host) throws RemoteException
RemoteException
public void testEnded() throws RemoteException
RemoteException
public void testEnded(String host) throws RemoteException
RemoteException
public void processBatch(List samples) throws RemoteException
samples
- the list of sample events to be fired locally.
RemoteException
public void sampleOccurred(SampleEvent e) throws RemoteException
RemoteException
public void sampleStarted(SampleEvent e) throws RemoteException
RemoteException
public void sampleStopped(SampleEvent e) throws RemoteException
RemoteException
|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |