|
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
public class Msg
| Constructor Summary | |
|---|---|
Msg()
Class constructor. |
|
Msg(String protocol,
String vendor,
String version)
Class constructor specifying various properties. |
|
| Method Summary | |
|---|---|
String |
getProtocol()
Gets the name of the protocol associated with this msg (example: "HTTP") |
int |
getTicket()
Gets the ticket number associated with this msg |
long |
getTimestamp()
Gets the timestamp associated with this msg |
String |
getVendor()
Gets the name of the vendor associated with this msg (example: "IBM") |
String |
getVersion()
Gets the version string associated with this msg (example: "6.1.2.0") |
void |
setProtocol(String protocol)
Sets the name of the protocol associated with this msg (example: "HTTP") |
void |
setTicket(int t)
Sets the ticket associated with this msg |
void |
setTimestamp(long timestamp)
Sets the timestamp associated with this msg |
void |
setVendor(String vendor)
Sets the name of the vendor associated with this msg (example: "IBM") |
void |
setVersion(String version)
Sets the version string associated with this msg (example: "6.1.2.0") |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Msg()
public Msg(String protocol,
String vendor,
String version)
protocol - protocol name (example: "HTTP")vendor - vendor name (example: "IBM")version - version string (example: "6.1.2.0")| Method Detail |
|---|
public String getProtocol()
public void setProtocol(String protocol)
protocol - name of protocol associated with this msgpublic String getVendor()
public void setVendor(String vendor)
vendor - name of vendor associated with this msgpublic String getVersion()
public void setVersion(String version)
version - version string associated with this msgpublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - timestamp associated with this msgpublic int getTicket()
public void setTicket(int t)
t - ticket associated with this msg
|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||