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