|
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.UDClassDefMsg
public class UDClassDefMsg
Constructor Summary | |
---|---|
UDClassDefMsg()
Class constructor. |
|
UDClassDefMsg(String protocol,
String vendor,
String version,
int id)
Class constructor specifying various properties. |
|
UDClassDefMsg(String protocol,
String vendor,
String version,
int id,
String name)
Class constructor specifying various properties. |
Method Summary | |
---|---|
int |
getID()
Gets the classDef ID associated with this msg. |
String |
getName()
Gets the name of this User Defined class. |
void |
setID(int id)
Sets the classDef ID associated with this msg. |
void |
setName(String name)
Sets the name of this User Defined class. |
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 UDClassDefMsg()
public UDClassDefMsg(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 classDef ID associated with this User Defined msg
(example: 1, 2, 3, etc.)public UDClassDefMsg(String protocol, String vendor, String version, int id, String name)
protocol
- protocol name (example: "HTTP")vendor
- vendor name (example: "IBM")version
- version string (example: "6.1.2.0")id
- the classDef ID associated with this User Defined msg
(example: 1, 2, 3, etc.)name
- the name of this User Defined class. (example: 'org.third.party.recorder.protocolX_1.0.0.0.MyArbitraryName')Method Detail |
---|
public int getID()
public void setID(int id)
id
- integer reflecting the classDef ID associated with this msgpublic String getName()
public void setName(String name)
name
- the name of this User Defined class
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |