TIBCO Adapter SDK C++ Reference
MOperationImpl::onInvoke
MOperationImpl
This method executes when the remote operation is invoked on the server implementation. Applications always have to define this method or onOnewayInvoke().
Remarks
This method has to call the MOperationReply::clone() or the MOperationRequest::clone() method to prevent the objects from being deleted when onInvoke() returns. Calling makeUserOwned() is required when replies are sent asynchronously.
Parameters
Parameters Description
MOperationRequest const & inRequest MOperationRequest object that is passed in with this remote invocation.
MOperationReply & outReply Pointer to the location where the MOperationReply object that results from this invocation is stored.
Declaration
virtual void onInvoke(MOperationRequest const & inRequest, MOperationReply & outReply);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.