com.ibm.rational.test.lt.trace

Class UDMethodExitMsg

    • Constructor Detail

      • UDMethodExitMsg

        public UDMethodExitMsg()
        Class constructor.
      • UDMethodExitMsg

        public UDMethodExitMsg(String protocol,
                       String vendor,
                       String version,
                       int id)
        Class constructor specifying various properties.
        Parameters:
        protocol - protocol name (example: "HTTP")
        vendor - vendor name (example: "IBM")
        version - version string (example: "6.1.2.0")
        id - the methodDef ID associated with this User Defined msg (example: 1, 2, 3, etc.)
    • Method Detail

      • setReturnValueString

        public void setReturnValueString(String val)
        Sets the value of the return value.
        Parameters:
        val - the string to set the paramater to
      • setReturnValueBytes

        public void setReturnValueBytes(int ndx,
                               byte[] val)
                                 throws TraceException
        Sets the value of the return value.
        Parameters:
        val - the byte array to set the paramater to
        Throws:
        TraceException
      • getReturnValueString

        public String getReturnValueString()
        Gets the value of the return value.
        Returns:
        the string contained in the return value
      • getReturnValueBytes

        public byte[] getReturnValueBytes()
        Gets the value of the return value.
        Returns:
        the byte array contained in the return value
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.