TIBCO Adapter SDK C++ Reference
MOperationImpl::onOnewayInvoke
MOperationImpl
This method executes when the remote operation is invoked on the server implementation. This method is for oneway operations. If applications want a reply, they should use onInvoke().
Remarks
This method has to call the MOperationReply::clone() method or the MOperationRequest::clone() method to prevent the objects from being deleted when onInvoke() returns.
Parameters
Parameters Description
MOperationRequest const & inRequest MOperationRequest object that is passed in with this remote invocation.
Declaration
virtual void onOnewayInvoke(MOperationRequest const & inRequest);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.