public class MsgRepository extends Object
Constructor and Description |
---|
MsgRepository(String recmodelPath)
Class constructor specifying various properties.
|
MsgRepository(String recmodelPath,
boolean createAnnotationFile)
Class constructor specifying various properties.
|
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 neededTraceException
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
© Copyright IBM Corp. 2013. All rights reserved.