TIBCO Adapter SDK C++ Reference
|
Method | Description |
![]() ![]() | 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. |
![]() | Safe cast operation for MOperationReply objects. See MComponent::downCast() for a detailed explanation and example. |
![]() | Safe cast operation for MOperationReply objects. See MComponent::downCast() for a detailed explanation and example. |
![]() | Return the value of the specified attribute in this MOperationReply as an MData pointer. You can then use the MData methods to retrieve the actual attribute value. |
![]() ![]() | Return the char* MOperationReply when called for an instance of this class. |
![]() ![]() | Return the closure data in this reply (if any). Closure data is sent to the server which copies it into the reply. |
![]() ![]() | Return the data associated with the MOperationException raised by the server. This method is mainly used by the client. |
![]() ![]() | Return the name of a MOperationException raised by the server. This method is mainly used by the client. |
![]() ![]() | Make the return value of the reply instance available as an MData object. This method is mainly used by the client. |
![]() ![]() | Retrieve the tracking data from the MOperationReply object. |
![]() ![]() | Checks whether there is an exception associated with this MOperationReply. This method is usually invoked by the client. |
![]() ![]() | |
![]() ![]() |
Return true if the specified attribute has been explicitly set to NULL. See also "Setting Data to NULL Explicitly" in TIBCO Adapter SDK Programmer's Guide. |
![]() ![]() | Send the reply to the invoker. This method is usually invoked by the server implementation. |
![]() |
Append the specified parameter value to the MOperationReply instance. A copy of the MData object is made as part of the set() operation. The calling application can free the storage associated with pMData. |
![]() |
Append the specified parameter value to the MOperationReply instance. A copy of the MData object is made as part of the set() operation. The calling application can free the storage associated with pMData. |
![]() ![]() |
Set an exception that can then be retrieved by the client that tried to invoke the remote operation. This method is mainly used by the server implementation. The returned object can be any subclass of MData. |
![]() ![]() |
Explicitly set the attribute value to NULL. See also "Setting Data to NULL Explicitly" in TIBCO Adapter SDK Programmer's Guide. |
![]() ![]() | Set the return value for the MOperationReply, passed in as an MData object. |
![]() ![]() | Set the tracking information. |