Interface SampleSender

  • All Implemented Interfaces:

    
    public interface SampleSender
    
                        

    This interface is used to define the methods that need to be intercepted by the SampleSender wrapper classes processed by the RemoteListenerWrapper.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void testEnded() The test ended (probably not used; client-server mode needs a host)
      abstract void testEnded(String host) The test ended.
      abstract void sampleOccurred(SampleEvent e) A sample occurred.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • testEnded

         abstract void testEnded()

        The test ended (probably not used; client-server mode needs a host)

      • testEnded

         abstract void testEnded(String host)

        The test ended. This will be called from the engine thread.

        Parameters:
        host - the host that the test ended on.
      • sampleOccurred

         abstract void sampleOccurred(SampleEvent e)

        A sample occurred. This method will be called from the sampler thread.

        Parameters:
        e - a Sample Event