TIBCO Adapter SDK C++ Reference
MApp::onInitialization
MApp
This method performs application-specific initialization.
Remarks
Initialization could include:

  • Checking that certain application-specific properties are specified in the TIBCO Repository adapter instance description object.

  • Creating timers, subscribers, or publishers as specified in the adapter instance description object, unless they were marked to be autocreated.

  • Establishing a database connection.
Every adapter application must implement this method.

This method is protected because it can only be called from within the class library itself. It is called by the MApp::start() method.

Declaration
virtual void onInitialization() = 0 throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.