TIBCO Adapter SDK C++ Reference
MAdvisoryDocument
Class Hierarchy | Enumerations | C++ Classes and Methods | Members | Methods
Allow applications to provide structured error reporting, that is, two applications can share the same error reporting format using these classes as a specification.

Remarks

When an application sends a message to another, it could send pure data. In many cases, however, it is useful to include context for the data, which allows the receiving and sending application to share information that is not necessarily part of the data.

Typically, the application itself defines the context, however, that means that each sending and receiving application have to agree on the format for the context.

The MAdvisoryDocument class encapsulates context information so that applications can predefine what context is expected, then share that context.

This class is most useful for debugging and performance analysis. This class allows applications to include information about the structure and other aspects of the data that is sent.

Declaration
class MAdvisoryDocument;
Class Hierarchy
MAdvisoryDocument
File
MAdvisoryDocument.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.