Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
boolean |
IMsgUpgrader.convertMessage(Msg msg,
IPacketOutputStream writer,
RecordingSessionConfiguration configuration)
Converts the provided Msg.
|
Modifier and Type | Method and Description |
---|---|
IC2ProtocolHandler.LoadResponse |
IC2ProtocolHandler.load(Msg msg)
This is the second method within the protocol handler that will be
called by the testgen core.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionMsg |
class |
PayloadMsg |
class |
RecorderMsg |
class |
UDClassDefMsg |
class |
UDMethodBaseMsg |
class |
UDMethodDefMsg |
class |
UDMethodEntryMsg |
class |
UDMethodExitMsg |
class |
UDMethodInvocationMsg |
Modifier and Type | Method and Description |
---|---|
static Msg |
Utilities.deserializeMsg(byte[] buffer,
int offset,
int length)
De-serializes the given byte stream back into a Msg.
|
Modifier and Type | Method and Description |
---|---|
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.
|
© Copyright IBM Corp. 2013. All rights reserved.