com.ibm.ia.common.debug

Class DebugInfo

  • java.lang.Object
    • com.ibm.ia.common.debug.DebugInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public class DebugInfo
    extends java.lang.Object
    implements java.io.Serializable
    DebugInfo represents debug information sent by the runtime servers to a testdriver instance This information can be used to assist in debugging an application.
    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getAgentName()
      return the name of the agent which generated the event
      java.lang.String getDebugNote()
      return the debugnote specified by the testdriver debugnote property.
      java.lang.String getEventId()
      return the unique Id of the event.
      java.lang.String getSolutionName()
      return the name of the solution associated with the event.
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getAgentName

        public java.lang.String getAgentName()
        return the name of the agent which generated the event
        Returns:
        - agentName
      • getSolutionName

        public java.lang.String getSolutionName()
        return the name of the solution associated with the event.
        Returns:
        - solutionName
      • getEventId

        public java.lang.String getEventId()
        return the unique Id of the event.
        Returns:
        event id
      • getDebugNote

        public java.lang.String getDebugNote()
        return the debugnote specified by the testdriver debugnote property.
        Returns:
        debugnote string.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

© Copyright IBM 2016