TIBCO Adapter SDK C++ Reference
MOperationImpl::MOperationImpl
MOperationImpl
Constructor for MOperationImpl.
Parameters
Parameters Description
MApp* pMApp Application manager for which this operation implementation 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 & rsServerName = "" Name of the server that implements this operation. The server must be defined in the appropriate endpoints.servers object in the repository.
Declaration
MOperationImpl(MApp* pMApp, MString const & rsOperationClassName, MString const & rsOperationName, MString const & rsServerName = "");
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.