TIBCO Adapter SDK C++ Reference
MAdvisoryDocument Members
MAdvisoryDocument | Legend
Members
Enumerations
Enumeration Description
MAdvisorySeverity Advisory severity codes.
Methods
Method Description
~MAdvisoryDocument Destructor.
get Retrieve a value from the specified field and store it in rData.
getAnalysis Retrieve supplementary information, such as reasons for this advisory or actions to take.
getApplicationContext Retrieve the the application context.
getApplicationId Retrieve the application that sent this advisory, for example, R/3 Adapter or Clarify Adapter.
getApplicationInstanceId Retrieve the instance of the application that sent this advisory, for example an instance of a Clarify adapter.
getClass Retrieve the advisory class such as APPLICATION, SYSTEM, and so forth.
getComponentId Retrieve the component ID associated with this advisory.
getData Retrieve the data included with this advisory.
getDateTimeStamp Retrieve the date and time stamp for this advisory.
getDescription Retrieve the description for this advisory.
getInstance Return the underlying instance for this advisory, that is, the MInstance that represents this advisory. This MInstance is only needed if you intend to embed one MAdvisoryDocument into another.
getName Retrieve the name of this advisory.
getReferenceId Retrieve the application-defined reference ID for this advisory.
getSeverity Retrieve the severity of this advisory.
getSubject Retrieve the subject of the message that triggered this advisory.
getTrackingInfo Returns the tracking information associated with this advisory.
getVersion Retrieve the version of this advisory.
MAdvisoryDocument Encapsulates an already existing MInstance as an MAdvisoryDocument.
MAdvisoryDocument Creates an empty MAdvisoryDocument associated with the specified class registry.
MAdvisoryDocument Creates an MAdvisoryDocument using the specified name.
MAdvisoryDocument Deserializes a previously serialized MAdvisoryDocument that is passed in as an argument.
serialize Serializes this MAdvisoryDocument instance for network transmission.
serialize Serializes this MAdvisoryDocument instance for network transmission.By default, messages are sent in MMessageFormat.AERV. The default can be overridden on the command line.

See "Transports, Wire Formats, and Message Formats" in TIBCO Adapter SDK Programmer's Guide.

set Set the specified field to the specified value.
setAnalysis Set supplementary information such as the reasons for this advisory and possible workarounds.
setApplicationContext Set the sender context or closure.
setApplicationId Set the application ID of the advisory message source. For example, R/3 Adapter or Clarify Adapter.
setApplicationInstanceId Set the instance ID of this application. For example, ClarifyInstanceOne.
setClass Set the advisory class, for example APPLICATION or SYSTEM.
setComponentId Set the component ID for the MAdvisoryDocument. The componentID can be used to specify more precisely which component is the source of the advisory document. The componentId complements the ApplicationId and ApplicationInstanceId attributes.
setData Set the data associated with this MAdvisoryDocument instance.
setDateTimeStamp Set the date and time stamp associated with this advisory document.
setDescription Set the advisory description.
setName Set the name of the advisory message instance.
setReferenceId Set a unique ID for this MAdvisoryDocument.
setSeverity Set the severity level.
setSubject Set the subject name of the original message that triggers the advisory.
setTrackingInfo Sets tracking information for an Advisory message.
setVersion Set the version information for this MAdvisoryDocument.
toString Write the contents of this MAdvisoryDocument to an MString.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.