IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.trace
Class UDMethodExitMsg

java.lang.Object
  extended by com.ibm.rational.test.lt.trace.Msg
      extended by com.ibm.rational.test.lt.trace.UDMethodBaseMsg
          extended by com.ibm.rational.test.lt.trace.UDMethodExitMsg
All Implemented Interfaces:
Serializable

public class UDMethodExitMsg
extends UDMethodBaseMsg

See Also:
Serialized Form

Constructor Summary
UDMethodExitMsg()
          Class constructor.
UDMethodExitMsg(String protocol, String vendor, String version, int id)
          Class constructor specifying various properties.
 
Method Summary
 byte[] getReturnValueBytes()
          Gets the value of the return value.
 String getReturnValueString()
          Gets the value of the return value.
 void setReturnValueBytes(int ndx, byte[] val)
          Sets the value of the return value.
 void setReturnValueString(String val)
          Sets the value of the return value.
 
Methods inherited from class com.ibm.rational.test.lt.trace.UDMethodBaseMsg
getMethodDefID, getParameterBytes, getParameterString, setMethodDefID, setParameterBytes, setParameterString
 
Methods inherited from class com.ibm.rational.test.lt.trace.Msg
getProtocol, getTicket, getTimestamp, getVendor, getVersion, setProtocol, setTicket, setTimestamp, setVendor, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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. 2012. All rights reserved.