![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Configuration information is processed by MApp during initialization and used throughout the application. The flow of information is as follows:
1. Specify configuration information using the TIBCO Designer software, which stores the information in the project repository.
2. During execution of the MApp::start() method, the SDK stores the configuration information in an MProperties object.
3. The application accesses the MProperties information as needed.
4. During execution of MApp::stop(), the SDK deletes the MProperties object. The custom adapter can no longer access the information.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |