public interface RemoteSampleListener extends Remote
| Modifier and Type | Method and Description |
|---|---|
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) |
void testStarted()
throws RemoteException
RemoteExceptionvoid testStarted(String host) throws RemoteException
RemoteExceptionvoid testEnded()
throws RemoteException
RemoteExceptionvoid testEnded(String host) throws RemoteException
RemoteExceptionvoid processBatch(List<SampleEvent> samples) throws RemoteException
samples - the list of sample events to be fired locally.RemoteException - when calling the remote method failsvoid sampleOccurred(SampleEvent e) throws RemoteException
e - the event with data about the completed sampleRemoteException - when calling the remote method failsvoid sampleStarted(SampleEvent e) throws RemoteException
e - the event with data about the started sampleRemoteException - when calling the remote method failsvoid sampleStopped(SampleEvent e) throws RemoteException
e - the event with data about the stopped sampleRemoteException - when calling the remote method failsCopyright © 1998-2020 Apache Software Foundation. All Rights Reserved.