|
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.MsgRepository
public class MsgRepository
| Constructor Summary | |
|---|---|
MsgRepository(String recmodelPath)
Class constructor specifying various properties. |
|
MsgRepository(String recmodelPath,
boolean createAnnotationFile)
Class constructor specifying various properties. |
|
| Method Summary | |
|---|---|
void |
add(Msg msg)
Adds the specified msg to the repository. |
void |
save()
Saves the repository to disk. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MsgRepository(String recmodelPath)
recmodelPath - the path to the recording file (example '/testproj/test1.recmodel')
public MsgRepository(String recmodelPath,
boolean createAnnotationFile)
throws TraceException
recmodelPath - the path to the recording file (example '/testproj/test1.recmodel')createAnnotationFile - set to true if a new Annotation File is needed
TraceException| Method Detail |
|---|
public void add(Msg msg)
throws TraceException
msg - the Msg object to add to the repository.
TraceException - if the Msg is a UDMethodXxx object and it has an invalid "id"
public void save()
throws TraceException
TraceException
|
IBM Rational Performance Tester SDK | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||