TIBCO Adapter SDK C++ Reference
|
Enumeration | Description |
MConfirmCode | Confirmation codes. |
Method | Description |
![]() | Compare this document with the one passed in as an argument. |
![]() ![]() | Retrieve the value from the specified field and stores it in rData. |
![]() ![]() | Retrieve the sender context. |
![]() ![]() |
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. |
![]() ![]() | Get the running instance |
![]() ![]() | 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. |
![]() ![]() |
Retrieve the confirmation code. See MConfirmCode. |
![]() ![]() | Retrieve the creation time for this business document. |
![]() ![]() | Retrieve the encryption flag, which indicates if the data is encrypted. |
![]() ![]() | Retrieve the reply subject for communicating Exceptions back. This could be, for example, an inbox address. |
![]() | 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. |
![]() ![]() | Retrieve the lot end attribute indicating whether a message is at the end of a lot. |
![]() ![]() | Retrieve the lot ID. Applications can assign the same lot ID to a group of related events. |
![]() ![]() | Retrieve the lot item from this document. A lot item identifier allows sequencing of items in a lot. |
![]() ![]() | Retrieve the name of the business document instance. |
![]() ![]() | Retrieve the unique identifier (GUID) for this business document instance. |
![]() ![]() | Retrieve the reply subject for communicating results back to the business document. This could be an inbox address. |
![]() ![]() | Retrieve the verbCode attribute from this business document. This attribute provides suggested actions. |
![]() ![]() | Retrieve the version information for this business document. |
![]() | Constructor for MBusinessDocument instances. This constructor encapsulates an existing MInstance as an MBusinessDocument. |
![]() | Constructor for MBusinessDocument instances. This constructor creates an instance for the specified class registry. |
![]() | Constructor for MBusinessDocument instances. This constructor creates an MBusinessDocument using the specified MClassRegistry and a class defined in TIBCO Repository. |
![]() | Constructor for MBusinessDocument instances. This constructor is used to deserialize an MBusinessDocument that was previously serialized. |
![]() ![]() |
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 the specified field to the specified value. |
![]() ![]() | Set the sender context/closure. |
![]() ![]() | Set the application ID, for example, R/3 adapter. |
![]() ![]() |
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. |
![]() ![]() |
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. |
![]() ![]() |
Specify whether confirmation is required. See also MConfirmCode for additional information on confirmation codes. |
![]() ![]() | Set the business document creation time. |
![]() ![]() | Set the encryption flag which specifies whether data is encrypted. |
![]() ![]() | Set the reply subject for communicating Exceptions back. This could be, for example, an inbox address. |
![]() ![]() | Set the lot end attribute in this document. |
![]() ![]() | Group related events by using the same lot ID. |
![]() ![]() | Set the lot item. A lot item identifier allows sequencing of items in a lot. |
![]() ![]() | Specify the name of the business document instance. |
![]() ![]() | Set a unique identifier (GUID) for this business document. |
![]() ![]() | Set the reply subject for communicating results back. This could be, for example, an inbox address. |
![]() ![]() | Forwards the tracking data to a new business document. |
![]() ![]() | Set the verb code attribute in this document. This provides suggested action associated with the business document. |
![]() ![]() | Set the version information for this MBusinessDocument. |