TIBCO Adapter SDK C++ Reference
MOperationReply Methods
MOperationReply | Legend
Methods
Method Description
clone 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.
downCast Safe cast operation for MOperationReply objects. See MComponent::downCast() for a detailed explanation and example.
downCast Safe cast operation for MOperationReply objects. See MComponent::downCast() for a detailed explanation and example.
get 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.
getClassName Return the char* MOperationReply when called for an instance of this class.
getClosure Return the closure data in this reply (if any). Closure data is sent to the server which copies it into the reply.
getExceptionData Return the data associated with the MOperationException raised by the server. This method is mainly used by the client.
getExceptionName Return the name of a MOperationException raised by the server. This method is mainly used by the client.
getReturnValue Make the return value of the reply instance available as an MData object. This method is mainly used by the client.
getTrackingInfo Retrieve the tracking data from the MOperationReply object.
hasException Checks whether there is an exception associated with this MOperationReply. This method is usually invoked by the client.
initReplyer  
isNullData 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.

reply Send the reply to the invoker. This method is usually invoked by the server implementation.
set 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 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.

setException 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.

setNullData Explicitly set the attribute value to NULL.

See also "Setting Data to NULL Explicitly" in TIBCO Adapter SDK Programmer's Guide.

setReturnValue Set the return value for the MOperationReply, passed in as an MData object.
setTrackingInfo Set the tracking information.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.