TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MApp::getComponentByName
MApp
Return a pointer to an
MComponent
if given the name of that component and the class in which you want to look for the component.
Remarks
Applications can only call this method after the
MApp::start
() method has been called.
Parameters
Parameters
Description
const MString& sName
Component name.
const char* ps_ClassName
Class to look in.
Declaration
virtual
MComponent
* getComponentByName(
const
MString
& sName,
const
char
* ps_ClassName);
Links
MApp
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference