TIBCO Adapter SDK C++ Reference
MAdvisory
Class Hierarchy | C++ Classes and Methods | Members | Methods
Manage creation and destruction of advisory subscriptions. It also handles and publishes SDK and user-defined advisories.
Remarks
Advisory messages report Exceptions and can provide warnings and other useful information.

Advisories are events generated by the infrastructure libraries of products such as TIBCO Rendezvous TX or TIBCO Adapter SDK. Advisories inform programs of exceptional situations that might affect them. Advisories are not typically sent out on the network to other applications.

An application receives advisories on a special subject. For example, the application can subscribe to advisories generated by the TIBCO Rendezvous TX library under the subject “_RV.INFO.RVTX.LISTENER.REGISTERED” name.

TIBCO Adapter SDK provides a configurable and customizable way to trap and react to advisory messages. The SDK also provides ways to generate adapter-specific advisories.

Declaration
class MAdvisory : public MEventSource;
Class Hierarchy
MObject
    MComponent
        MEventSource
            MAdvisory
File
MAdvisory.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.