|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.rational.test.lt.trace.Msg
com.ibm.rational.test.lt.trace.UDMethodBaseMsg
com.ibm.rational.test.lt.trace.UDMethodExitMsg
public class UDMethodExitMsg
| 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 |
|---|
public UDMethodExitMsg()
public UDMethodExitMsg(String protocol,
String vendor,
String version,
int id)
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 |
|---|
public void setReturnValueString(String val)
val - the string to set the paramater to
public void setReturnValueBytes(int ndx,
byte[] val)
throws TraceException
val - the byte array to set the paramater to
TraceExceptionpublic String getReturnValueString()
public byte[] getReturnValueBytes()
|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||