TIBCO Adapter SDK C++ Reference
MApp::getClassRegistry
MApp
Return a pointer to the MClassRegistry instance for this application manager instance. Return NULL if no MClassRegistry exists.
Remarks
If an application uses metadata, MApp parses the elements into a number of classes (MModeledClassDescription, MAttributeDescription, MAssociationDescription, and so forth). The MClassRegistry class is the application entry point for information about these classes.

Applications should not delete the MClassRegistry returned by this method.

Applications can only call this method after the MApp::start() method has been called.

Exceptions
Declaration
virtual MClassRegistry* getClassRegistry() const throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.