TIBCO Adapter SDK C++ Reference
MTrackingInfo::addApplicationInfo
MTrackingInfo
Stack a new piece of application information to the tracking info.
Remarks
Each component should only add one piece of application information to the TrackingInfo. The intial creator of the TrackingInfo should also call this method to add a human readable piece of information.

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
Parameters Description
MString const & info Information to be added.
Declaration
virtual void addApplicationInfo(MString const & info);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.