TIBCO Adapter SDK C++ Reference
MComponent::getClassName
MComponent
Return the class name as a char*.
Remarks
For example, when you call getClassName() for an instance of MPublisher, the system returns the char* "MPublisher".

When you call getName() for the same instance of MPublisher, the system returns the name of that instance, for example the string "myPublisher".

Declaration
virtual const char* getClassName() const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.