TIBCO Adapter SDK C++ Reference
|
Adapter developers must create a subclass of MApp, define the two required methods onInitialization() and onTermination(), and add or modify other methods as needed.
Every adapter must implement onInitialization() and onTermination(). These methods are protected and should only be callable from the SDK itself.
Applications can run multiple instances of the same adapter. See Multiple Adapter Instances in TIBCO Adapter SDK Programmer's Guide.
MApp can start multiple sessions.
class MApp;
MApp