TIBCO Adapter SDK C++ Reference
|
Parameters | Description |
MApp* pMApp | Name of the application manager in which this request instance is created. |
MOperationDescription const * pOperationDescription | The MOperationDescription instance to use for this operation request. |
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. |
MOperationRequest(MApp* pMApp, MOperationDescription const * pOperationDescription, MString const & rsClientName = "", MInstanceImplSelector impl = M_INSTANCE_DEFAULT_IMPL) throw(MException);