TIBCO Adapter SDK C++ Reference
MComponentRegistry
Class Hierarchy | C++ Classes and Methods | Members | Methods
MComponentRegistry is a repository where the SDK stores all MComponent objects.
Remarks
Whenever a component is created or destroyed, the SDK automatically adds or removes it to the MComponentRegistry. Once MApp::stop() is called , all the components are removed from the registry by the SDK. Custom adapters can use the registry to retrieve the components.
Declaration
class MComponentRegistry;
Class Hierarchy
MComponentRegistry
File
MComponentRegistry.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.