TIBCO Adapter SDK C++ Reference
MBusinessDocument::getApplicationId
MBusinessDocument
Retrieve the application instance ID that identifies the running instance. It has the format:

<pid>@<hostname>

where pid is the process ID and hostname is the name of the host from which the message came.

Parameters
Parameters Description
MString& rsApplicationId Parameter in which to store the application ID.
Return Value
If this accessor finds the element, it returns MTrue and stores the information in the output parameter. Otherwise, it returns MFalse.
Declaration
virtual Mboolean getApplicationId(MString& rsApplicationId) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.