TIBCO Adapter SDK C++ Reference
|
The applicationInfo[] is enriched by each component manipulating the message or document. Each component is responsible for adding a human-readable piece of information (one string) about the activity being completed. It is suggested that the application information be of the following form:
<applicationName>.<instanceId>.<businessDocument>[.<businessDocId>...]
An example would look like:
R3Adapter.PR.NEWPO.PO1234A.
Parameters | Description |
MString const & info | Information to be added. |
virtual void addApplicationInfo(MString const & info);