TIBCO Adapter SDK C++ Reference
MBusinessDocument Members
MBusinessDocument | Legend
Members
Enumerations
Enumeration Description
MConfirmCode Confirmation codes.
Methods
Method Description
== Compare this document with the one passed in as an argument.
get Retrieve the value from the specified field and stores it in rData.
getApplicationContext Retrieve the sender context.
getApplicationId 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.

getApplicationInstanceId Get the running instance
getComponentId Retrieve the component ID for the MBusinessDocument. The component Id can be used to specify more precisely which component is the source of the business document. The componentId complements the application Id and application instance Id attributes.
getConfirmationCode Retrieve the confirmation code.

See MConfirmCode.

getDateTimeStamp Retrieve the creation time for this business document.
getEncryption Retrieve the encryption flag, which indicates if the data is encrypted.
getErrorAddress Retrieve the reply subject for communicating Exceptions back. This could be, for example, an inbox address.
getInstance Return the underlying instance for this business document, that is, the MInstance that represents this business document. This MInstance is only needed if you intend to embed one MBusinessDocument into another.
getLotEnd Retrieve the lot end attribute indicating whether a message is at the end of a lot.
getLotId Retrieve the lot ID. Applications can assign the same lot ID to a group of related events.
getLotItem Retrieve the lot item from this document. A lot item identifier allows sequencing of items in a lot.
getName Retrieve the name of the business document instance.
getReferenceId Retrieve the unique identifier (GUID) for this business document instance.
getReplyAddress Retrieve the reply subject for communicating results back to the business document. This could be an inbox address.
getVerbCode Retrieve the verbCode attribute from this business document. This attribute provides suggested actions.
getVersion Retrieve the version information for this business document.
MBusinessDocument Constructor for MBusinessDocument instances. This constructor encapsulates an existing MInstance as an MBusinessDocument.
MBusinessDocument Constructor for MBusinessDocument instances. This constructor creates an instance for the specified class registry.
MBusinessDocument Constructor for MBusinessDocument instances. This constructor creates an MBusinessDocument using the specified MClassRegistry and a class defined in TIBCO Repository.
MBusinessDocument Constructor for MBusinessDocument instances. This constructor is used to deserialize an MBusinessDocument that was previously serialized.
serialize Serializes this MBusinessDocument instance for network transmission.

By default, messagesa 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.
setApplicationContext Set the sender context/closure.
setApplicationId Set the application ID, for example, R/3 adapter.
setApplicationInstanceId Set the instance id (incarnation id) of the process creating the business document.

It has the following format: <pid>@<hostname> where pid is the process ID and hostname is the name of the hostfrom which the message came.

setComponentId Set the component ID for the MBusinessDocument.

The componentId can be used to specify more precisely which component is the source of the business document. The componentId complements the ApplicationId and ApplicationInstanceId attributes.

setConfirmationCode Specify whether confirmation is required.

See also MConfirmCode for additional information on confirmation codes.

setDateTimeStamp Set the business document creation time.
setEncryption Set the encryption flag which specifies whether data is encrypted.
setErrorAddress Set the reply subject for communicating Exceptions back. This could be, for example, an inbox address.
setLotEnd Set the lot end attribute in this document.
setLotId Group related events by using the same lot ID.
setLotItem Set the lot item. A lot item identifier allows sequencing of items in a lot.
setName Specify the name of the business document instance.
setReferenceId Set a unique identifier (GUID) for this business document.
setReplyAddress Set the reply subject for communicating results back. This could be, for example, an inbox address.
setTrackingInfo Forwards the tracking data to a new business document.
setVerbCode Set the verb code attribute in this document. This provides suggested action associated with the business document.
setVersion Set the version information for this MBusinessDocument.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.