TIBCO Adapter SDK C++ Reference
MPlugin::onInitialization
MPlugin
This method performs plugin-specific initialization.
Remarks
This method is called by MApp::start after MApp::onInitialization has been called. You must include in this method any specific initialization that depends on the configuration information. The rsPrefixTag parameter can be used to further query the configuration document with MProperties::getValue().
Parameters
Parameters Description
const MString& rsPrefixTag Path to the configuration element for this plugin.
Declaration
virtual void onInitialization(const MString& rsPrefixTag) = 0 throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.