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.