TIBCO Adapter SDK C++ Reference
MComponent
Class Hierarchy | C++ Classes and Methods | Members | Methods
Components allow applications to create named instances associated with their MApp application manager. Applications create a subclass of MComponent and add some desired behavior to that class. All component instances (or instances of subclasses) have a name and a method that accesses that name.
Remarks
MComponent is an abstract class. Applications that implement subclasses of MComponent should implement the appropriate accessors. For example, implement MComponent::getSessionName() if session information is important for your subclass.
Declaration
class MComponent : public MObject;
Class Hierarchy
MObject
    MComponent
File
MComponent.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.