TIBCO Adapter SDK C++ Reference
|
Method | Description |
![]() ![]() | This method invokes the remote operation and registers an asynchronous listener to process the reply. |
![]() ![]() | This method returns a copy owned by the caller. Use this method to make a copy of the object for use after the callback is returned. |
![]() ![]() | Confirm a request explicitly for servers using persistent messaging. This should only be used after enabling explicit confirmation by calling MOperationImpl::noAutoConfirm(). |
![]() | Ssafe cast operation for MOperationRequest objects. See MComponent::downCast() for a detailed explanation and example. |
![]() | Ssafe cast operation for MOperationRequest objects. See MComponent::downCast() for a detailed explanation and example. |
![]() ![]() | Return the value of the specified attribute. |
![]() ![]() | Return the char* “MOperationRequest” if called for an instance of MOperationRequest. |
![]() ![]() | Retrieve the closure data from the request. The closure data, which can be set with MOperationRequest::setClosure(), is sent to the server, which copies it into the reply. |
![]() | |
![]() ![]() |
Return the MOperationReply associated with the operation to which this MOperationRequest belongs. The following exceptions are thrown if this method does not succeed. • M_ERROR_OPERATION_TIMEOUT • M_ERROR_OPERATION_BADREPLY • M_ERROR_OPERATION_IMPL_ERROR |
![]() ![]() | Retrieve the tracking data from the MOperationRequest object. |
![]() ![]() |
Determine whether this attribute was explicitly set to NULL. See also "Setting Data to NULL Explicitly" in TIBCO Adapter SDK Programmer's Guide. |
![]() ![]() |
Deprecated. New applications should use MOperationRequest::clone() |
![]() | Construct an MOperationRequest request using the specified MOperationDescription instance. |
![]() ![]() | |
![]() | Construct an MOperationRequest object using the specified operation name and operation class name. |
![]() ![]() | |
![]() ![]() | Invoke a remote operation but does not expect a reply. |
![]() ![]() | Set the value for the specified attribute name to this operation request. |
![]() ![]() | Set the value for the specified attribute name to this operation request. |
![]() ![]() | Set closure data for the request. The closure data is sent to the server, which copies it back to the reply. The reply listener can further retrieve it. |
![]() ![]() |
Explicitly set the attribute value to NULL. See also "Setting Data to NULL Explicitly" in TIBCO Adapter SDK Programme's Guide. |
![]() ![]() | Forward the tracking data to this operation requests. |
![]() ![]() | This method synchronously invokes a remote operation. When this method returns, the reply is available through the MOperationRequest::getReply() call. |