com.ibm.ia.testdriver

Interface DebugReceiver

  • All Known Implementing Classes:
    DebugInfoReceiverQueue, IADebugReceiver, TestDriver


    public interface DebugReceiver
    DebugReceiver is an interface used to receive DebugInfo objects from runtime servers. When testdriver receives DebugInfo objects from the runtime servers, it will call the addDebugInfo routine with the passed object. Users can use to to implement any appropriate caching for these objects To use this class, users must call the addDebugReceiver method within the testDriver class with an instance of this class.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void addDebugInfo(DebugInfo instance, java.lang.String sourceagent)
      called when a DebugInfo object is received by the TestDriver.
    • Method Detail

      • addDebugInfo

        void addDebugInfo(DebugInfo instance,
                        java.lang.String sourceagent)
        called when a DebugInfo object is received by the TestDriver.
        Parameters:
        eventInstance - - the event received
        sourceagent - - the name of the agent which generated the event

© Copyright IBM 2016