TIBCO Adapter SDK C++ Reference
MBusinessDocument::MBusinessDocument
MBusinessDocument
Constructor for MBusinessDocument instances. This constructor creates an MBusinessDocument using the specified MClassRegistry and a class defined in TIBCO Repository.
Remarks
You must import BusinessDocument.dat in the repository. If you use this constructor and if the repository does not contain the MBusinessDocument class definition at /tibco/public/class/ae/baseDocument/MBusinessDocument, the SDK throws an exception.

After creating an MBusinessDocument, applications can use the set() methods to fill in the values.

Parameters
Parameters Description
MClassRegistry* pMCR Class registry for which this MBusinessDocument is being created.
const char* sClassName Class defined in the Repository.
Declaration
MBusinessDocument(MClassRegistry* pMCR, const char* sClassName);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.