|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Msg | |
---|---|
com.ibm.rational.test.lt.recorder.compatibility.upgrade | Classes and interfaces for managing upgrade of recordings made with previous RPT releases (<=8.1). |
com.ibm.rational.test.lt.testgen.core2 | |
com.ibm.rational.test.lt.trace |
Uses of Msg in com.ibm.rational.test.lt.recorder.compatibility.upgrade |
---|
Methods in com.ibm.rational.test.lt.recorder.compatibility.upgrade with parameters of type Msg | |
---|---|
boolean |
IMsgUpgrader.convertMessage(Msg msg,
IPacketOutputStream writer,
RecordingSessionConfiguration configuration)
Converts the provided Msg. |
Uses of Msg in com.ibm.rational.test.lt.testgen.core2 |
---|
Methods in com.ibm.rational.test.lt.testgen.core2 with parameters of type Msg | |
---|---|
IC2ProtocolHandler.LoadResponse |
IC2ProtocolHandler.load(Msg msg)
This is the second method within the protocol handler that will be called by the testgen core. |
Uses of Msg in com.ibm.rational.test.lt.trace |
---|
Subclasses of Msg in com.ibm.rational.test.lt.trace | |
---|---|
class |
ConnectionMsg
|
class |
PayloadMsg
|
class |
RecorderMsg
|
class |
UDClassDefMsg
|
class |
UDMethodBaseMsg
|
class |
UDMethodDefMsg
|
class |
UDMethodEntryMsg
|
class |
UDMethodExitMsg
|
class |
UDMethodInvocationMsg
|
Methods in com.ibm.rational.test.lt.trace that return Msg | |
---|---|
static Msg |
Utilities.deserializeMsg(byte[] buffer,
int offset,
int length)
De-serializes the given byte stream back into a Msg. |
Methods in com.ibm.rational.test.lt.trace with parameters of type Msg | |
---|---|
void |
MsgRepository.add(Msg msg)
Adds the specified msg to the repository. |
static byte[] |
Utilities.serializeMsg(Msg msg)
Serializes the given Msg into a byte stream. |
|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |