|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TraceException | |
---|---|
com.ibm.rational.test.lt.trace |
Uses of TraceException in com.ibm.rational.test.lt.trace |
---|
Methods in com.ibm.rational.test.lt.trace that throw TraceException | |
---|---|
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. |
Constructors in com.ibm.rational.test.lt.trace that throw TraceException | |
---|---|
MsgRepository(String recmodelPath,
boolean createAnnotationFile)
Class constructor specifying various properties. |
|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |