|
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.RecorderMsg
public class RecorderMsg
Constructor Summary | |
---|---|
RecorderMsg()
Class constructor. |
|
RecorderMsg(String protocol,
String vendor,
String version,
int type)
Class constructor specifying various properties. |
|
RecorderMsg(String protocol,
String vendor,
String version,
int type,
byte[] bData)
Class constructor specifying various properties. |
|
RecorderMsg(String protocol,
String vendor,
String version,
int type,
String sData)
Class constructor specifying various properties. |
Method Summary | |
---|---|
byte[] |
getBytes()
Gets the (optional) binary data associated with this msg. |
int |
getBytesLength()
Gets the length of the (optional) binary data associated with this msg. |
String |
getString()
Gets the (optional) string data associated with this msg. |
int |
getType()
Gets the type of information associated with this msg. |
void |
setBytes(byte[] bData)
Sets the (optional) binary data associated with this msg. |
void |
setString(String sData)
Sets the (optional) string data associated with this msg. |
void |
setType(int type)
Sets the type of information associated with this msg. |
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 RecorderMsg()
public RecorderMsg(String protocol, String vendor, String version, int type)
protocol
- protocol name (example: "HTTP")vendor
- vendor name (example: "IBM")version
- version string (example: "6.1.2.0")type
- integer reflecting the type of information associated
with this msgpublic RecorderMsg(String protocol, String vendor, String version, int type, byte[] bData)
protocol
- protocol name (example: "HTTP")vendor
- vendor name (example: "IBM")version
- version string (example: "6.1.2.0")type
- integer reflecting the type of information associated
with this msgbData
- binary data associated with this msgpublic RecorderMsg(String protocol, String vendor, String version, int type, String sData)
protocol
- protocol name (example: "HTTP")vendor
- vendor name (example: "IBM")version
- version string (example: "6.1.2.0")type
- integer reflecting the type of information associated
with this msgsData
- string data associated with this msgMethod Detail |
---|
public int getType()
public void setType(int type)
type
- integer reflecting the type of information associated
with this msgpublic int getBytesLength()
public byte[] getBytes()
public void setBytes(byte[] bData)
bData
- the binary datapublic String getString()
public void setString(String sData)
sData
- the string data
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |