Package | Description |
---|---|
com.ibm.rational.test.lt.trace |
Modifier and Type | Method and Description |
---|---|
void |
MsgRepository.add(Msg msg)
Adds the specified msg to the repository.
|
int |
UDMethodDefMsg.addparameterDef(String name,
String type)
Add a parameter definition to the methodDef
|
static MsgRepository |
Utilities.createRepository(String name)
Instantiates a MsgRepository object suitable for encapsulating protocol data.
|
static Msg |
Utilities.deserializeMsg(byte[] buffer,
int offset,
int length)
De-serializes the given byte stream back into a Msg.
|
byte[] |
UDMethodBaseMsg.getParameterBytes(int ndx)
Gets the value of the specified parameter.
|
String |
UDMethodBaseMsg.getParameterString(int ndx)
Gets the value of the specified parameter.
|
void |
MsgRepository.save()
Saves the repository to disk.
|
void |
UDMethodBaseMsg.setParameterBytes(int ndx,
byte[] val)
Sets the value of the specified parameter.
|
void |
UDMethodBaseMsg.setParameterString(int ndx,
String val)
Sets the value of the specified parameter.
|
void |
UDMethodExitMsg.setReturnValueBytes(int ndx,
byte[] val)
Sets the value of the return value.
|
void |
UDMethodDefMsg.setReturnValueType(String type)
Sets the return value type for this msg.
|
Constructor and Description |
---|
MsgRepository(String recmodelPath,
boolean createAnnotationFile)
Class constructor specifying various properties.
|
© Copyright IBM Corp. 2013. All rights reserved.