Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 11 Custom Adapter Example: zapadapter : Implementing the Adapter Code

Implementing the Adapter Code
Configuration information is processed by MApp during initialization and used throughout the application. The flow of information is as follows:
1.
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.
For an example of a ZapAdapter application, see the SDK_HOME\Examples directory.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved