TIBCO Adapter SDK C++ Reference
MOperationRequest::MOperationRequest
MOperationRequest
Construct an MOperationRequest object using the specified operation name and operation class name.
Parameters
Parameters Description
MApp* pMApp Name of the application manager in which this request instance is created.
MString const & rsOperationClassName Name of the class repository object in which this operation is defined.
MString const & rsOperationName Name of the operation repository object that defines this operation.
MString const & rsClientName = "" Name of the client that sends this request. The name must refer to a client repository object defined in the endpoint.clients directory.
MInstanceImplSelector impl = M_INSTANCE_DEFAULT_IMPL The MInstance's implementation type.
Exceptions
MException if the reference to rsOperationClassName does not resolve.
Declaration
MOperationRequest(MApp* pMApp, MString const & rsOperationClassName, MString const & rsOperationName, MString const & rsClientName = "", MInstanceImplSelector impl = M_INSTANCE_DEFAULT_IMPL) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.