TIBCO Adapter SDK C++ Reference
MApp::MApp
MApp
Constructor for this class. Note that MApp is an abstract class; applications create instances of an MApp subclass.

The constructor creates an application manager using an application-specified MAppProperties instance that contains information for this MApp instance.

Remarks
The MAppProperties instance contains information about this MApp application manager. See MAppProperties.

The adapter instance description object (stored in TIBCO Repository) describes this particular application. MApp parses the information from the TIBCO Repository adapter instance description object during initialization and stores it in an MProperties instance by default.

The metadata for the adapter are also stored in the adapter instance description object. MApp creates a number of classes using the metadata information; applications can then access this information via an MClassRegistry class.

Note
All applications always must call the destructor MApp::~MApp explicitly after the call to MApp::stop() has returned.
Parameters
Parameters Description
const MAppProperties* pAppProperties Pointer to an MAppProperties instance that was previously created by the application and that holds information about it.
Declaration
MApp(const MAppProperties* pAppProperties);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.