Method |
Description |
 ~MComponent |
Destructor. |
downCast |
Allow a safe cast operation of certain classes, including all subclasses of MComponent, subclasses of MSink, and subclasses of MBaseClassDescription. |
downCast |
Allow a safe cast operation of certain classes, including all subclasses of MComponent, subclasses of MSink, and subclasses of MBaseClassDescription. |
getApp |
Return the application manager with which this component is associated. |
 getClassName |
Return the class name as a char*. |
 getDescription |
Return the current status and other useful information about the component. This method should be implemented by each subclass. |
 getName |
Return the name of this MComponent instance, passed into the constructor as the sObjectName argument. A distinguishing characteristic of a component is that it has a name. |
 getProtocol |
Deprecated in TIBCO Adapter SDK 5.0.0. |
 getSessionName |
Return the name of the session to which this component is attached. This method must be implemented by each subclass that attaches to a session. |
MComponent |
Constructor for creating instances of this component. |